Values_0.FileSystemDataSourceSourceSpecifies a file system data source for a channel.
type nonrec t = {fileSystemId : FileSystemId.t;The file system id.
*)fileSystemAccessMode : FileSystemAccessMode.t;The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.
*)fileSystemType : FileSystemType.t;The file system type.
*)directoryPath : DirectoryPath.t;The full path to the directory to associate with the channel.
*)}val make :
fileSystemId:FileSystemId.t ->
fileSystemAccessMode:FileSystemAccessMode.t ->
fileSystemType:FileSystemType.t ->
directoryPath:DirectoryPath.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FileSystemId.t ]) list ]