Interface IBulkDeleteOperation<T>
Assembly: OpenSearch.Client.dll
Syntax
public interface IBulkDeleteOperation<T> : IBulkOperation where T : class
Type Parameters
Properties
|
Edit this page
View Source
Document
Declaration
Property Value
|
Edit this page
View Source
IfPrimaryTerm
Declaration
[DataMember(Name = "if_primary_term")]
long? IfPrimaryTerm { get; set; }
Property Value
|
Edit this page
View Source
IfSequenceNumber
Declaration
[DataMember(Name = "if_seq_no")]
long? IfSequenceNumber { get; set; }
Property Value
Extension Methods