Values.IngestedFilesSummarySourceGives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.
type nonrec t = {totalNumberOfFiles : Integer.t option;Indicates the total number of files that were submitted for ingestion.
*)ingestedNumberOfFiles : Integer.t option;Indicates the number of files that were successfully ingested.
*)discardedFiles : ListOfDiscardedFiles.t option;Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of S3Bucket.t ]) list ] list ])
list ]