Values.FileInformationSourceDetails about a file.
type nonrec t = {totalParts : FileInformationTotalPartsInteger.t option;The file's total parts.
*)partSize : FileInformationPartSizeLong.t option;The file's part size.
*)contentLength : FileInformationContentLengthLong.t option;The file's content length.
*)s3Access : ReadSetS3Access.t option;The S3 URI metadata of a sequence store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of FileInformationTotalPartsInteger.t
| `Long of FileInformationPartSizeLong.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]