public static interface DataSourceSyncJobMetrics.Builder extends SdkPojo, CopyableBuilder<DataSourceSyncJobMetrics.Builder,DataSourceSyncJobMetrics>
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJobMetrics.Builder |
documentsAdded(String documentsAdded)
The number of documents added from the data source up to now in the data source sync.
|
DataSourceSyncJobMetrics.Builder |
documentsDeleted(String documentsDeleted)
The number of documents deleted from the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics.Builder |
documentsFailed(String documentsFailed)
The number of documents that failed to sync from the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics.Builder |
documentsModified(String documentsModified)
The number of documents modified in the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics.Builder |
documentsScanned(String documentsScanned)
The current number of documents crawled by the current sync job in the data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceSyncJobMetrics.Builder documentsAdded(String documentsAdded)
The number of documents added from the data source up to now in the data source sync.
documentsAdded - The number of documents added from the data source up to now in the data source sync.DataSourceSyncJobMetrics.Builder documentsModified(String documentsModified)
The number of documents modified in the data source up to now in the data source sync run.
documentsModified - The number of documents modified in the data source up to now in the data source sync run.DataSourceSyncJobMetrics.Builder documentsDeleted(String documentsDeleted)
The number of documents deleted from the data source up to now in the data source sync run.
documentsDeleted - The number of documents deleted from the data source up to now in the data source sync run.DataSourceSyncJobMetrics.Builder documentsFailed(String documentsFailed)
The number of documents that failed to sync from the data source up to now in the data source sync run.
documentsFailed - The number of documents that failed to sync from the data source up to now in the data source sync
run.DataSourceSyncJobMetrics.Builder documentsScanned(String documentsScanned)
The current number of documents crawled by the current sync job in the data source.
documentsScanned - The current number of documents crawled by the current sync job in the data source.Copyright © 2021. All rights reserved.