Class BulkOperation

java.lang.Object
co.elastic.clients.elasticsearch.core.bulk.BulkOperation
All Implemented Interfaces:
JsonpSerializable, NdJsonpSerializable, TaggedUnion<BulkOperation.Kind,Object>

public class BulkOperation extends Object implements TaggedUnion<BulkOperation.Kind,Object>, NdJsonpSerializable, JsonpSerializable
An action line, which is the first line of each operation in a bulk request. It specifies the action to perform (index, create, update, or delete) and its metadata, such as the target index and document ID. All actions except delete expect a source line to follow.
See Also: