DataSourceSyncJobMetrics

Maps a batch delete document request to a specific data source sync job. This is optional and should only be supplied when documents are deleted by a data source connector.

Types

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

Properties

Link copied to clipboard

The number of documents added from the data source up to now in the data source sync.

Link copied to clipboard

The number of documents deleted from the data source up to now in the data source sync run.

Link copied to clipboard

The number of documents that failed to sync from the data source up to now in the data source sync run.

Link copied to clipboard

The number of documents modified in the data source up to now in the data source sync run.

Link copied to clipboard

The current number of documents crawled by the current sync job in the data source.

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