You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::DataSourceSyncJobMetrics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#documents_addedString

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

Returns:

  • (String)

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

#documents_deletedString

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

Returns:

  • (String)

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

#documents_failedString

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

Returns:

  • (String)

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

#documents_modifiedString

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

Returns:

  • (String)

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

#documents_scannedString

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

Returns:

  • (String)

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