Values.FileSourceReturns information about a file in a repository.
type nonrec t = {blobId : ObjectId.t option;The blob ID that contains the file information.
*)absolutePath : Path.t option;The fully qualified path to the file in the repository.
*)relativePath : Path.t option;The relative path of the file from the folder where the query originated.
*)fileMode : FileModeTypeEnum.t option;The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ObjectId.t ]) list ]