Values.ManifestPropertiesSourceThe details of the manifest that links a job's source information.
type nonrec t = {fileSystemLocationName : FileSystemLocationName.t option;The file system location name.
*)rootPath : ManifestPropertiesRootPathString.t;The file's root path.
*)rootPathFormat : PathFormat.t;The format of the root path.
*)outputRelativeDirectories : OutputRelativeDirectoriesList.t option;The file path relative to the directory.
*)inputManifestPath : ManifestPropertiesInputManifestPathString.t option;The file path.
*)inputManifestHash : ManifestPropertiesInputManifestHashString.t option;The hash value of the file.
*)}val make :
?fileSystemLocationName:??? ->
?outputRelativeDirectories:??? ->
?inputManifestPath:??? ->
?inputManifestHash:??? ->
rootPath:ManifestPropertiesRootPathString.t ->
rootPathFormat:PathFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of OutputRelativeDirectoriesListMemberString.t ] list
| `String of FileSystemLocationName.t ])
list ]