Class BulkOperationBase
Inheritance
BulkOperationBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class BulkOperationBase : IBulkOperation
Properties
|
Edit this page
View Source
ClrType
Declaration
protected abstract Type ClrType { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public Id Id { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
protected abstract string Operation { get; }
Property Value
|
Edit this page
View Source
RetriesOnConflict
Declaration
public int? RetriesOnConflict { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
public Routing Routing { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
public VersionType? VersionType { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBody()
Declaration
protected abstract object GetBody()
Returns
|
Edit this page
View Source
GetIdForOperation(Inferrer)
Declaration
protected virtual Id GetIdForOperation(Inferrer inferrer)
Parameters
Returns
|
Edit this page
View Source
GetRoutingForOperation(Inferrer)
Declaration
protected virtual Routing GetRoutingForOperation(Inferrer inferrer)
Parameters
Returns
Implements
Extension Methods