Class SyncJobUpdateStatsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobUpdateStatsRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class SyncJobUpdateStatsRequest extends RequestBase implements JsonpSerializable
Set the connector sync job stats. Stats include: deleted_document_count, indexed_document_count, indexed_document_volume, and total_document_count. You can also update last_seen. This API is mainly used by the connector service for updating sync job information.

To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.

See Also: