IngestedFilesSummary

Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Indicates the number of files that were successfully ingested.

Link copied to clipboard

Indicates the total number of files that were submitted for ingestion.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String