NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.6.0" />

.NET API 4,424,192 bytes

 BulkIndexDescriptor<T>

public BulkIndexDescriptor<T> Document(T object)

The object to index, if id is not manually set it will be inferred from the object

public BulkIndexDescriptor<T> IfPrimaryTerm(long? primaryTerm)

public BulkIndexDescriptor<T> IfSequenceNumber(long? seqNo)

public BulkIndexDescriptor<T> Percolate(string percolate)

public BulkIndexDescriptor<T> Pipeline(string pipeline)

The pipeline id to preprocess documents with