IngestionJobStatistics

Contains the statistics for the data ingestion job.

Types

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

Properties

Link copied to clipboard

The number of source documents that were deleted.

Link copied to clipboard

The number of source documents that failed to be ingested.

Link copied to clipboard

The total number of source documents that were scanned. Includes new, updated, and unchanged documents.

Link copied to clipboard

The number of metadata files that were updated or deleted.

Link copied to clipboard

The total number of metadata files that were scanned. Includes new, updated, and unchanged files.

Link copied to clipboard

The number of modified source documents in the data source that were successfully indexed.

Link copied to clipboard

The number of new source documents in the data source that were successfully indexed.

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