Values.GetFolderOutputSourceReturns the contents of a specified folder in a repository.
type nonrec t = {commitId : ObjectId.t option;The full commit ID used as a reference for the returned version of the folder content.
*)folderPath : Path.t option;The fully qualified path of the folder whose contents are returned.
*)treeId : ObjectId.t option;The full SHA-1 pointer of the tree information for the commit that contains the folder.
*)subFolders : FolderList.t option;The list of folders that exist under the specified folder, if any.
*)files : FileList.t option;The list of files in the specified folder, if any.
*)symbolicLinks : SymbolicLinkList.t option;The list of symbolic links to other files and folders in the specified folder, if any.
*)subModules : SubModuleList.t option;The list of submodules in the specified folder, if any.
*)}type nonrec error = [ | `CommitDoesNotExistException of CommitDoesNotExistException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `FolderDoesNotExistException of FolderDoesNotExistException.t| `InvalidCommitException of InvalidCommitException.t| `InvalidPathException of InvalidPathException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `PathRequiredException of PathRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommitDoesNotExistException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FolderDoesNotExistException of unit
| `InvalidCommitException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommitDoesNotExistException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FolderDoesNotExistException of unit
| `InvalidCommitException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of ObjectId.t ])
list ]
list
| `String of ObjectId.t ])
list ]