Interface IBulkOperation
Assembly: OpenSearch.Client.dll
Syntax
public interface IBulkOperation
Properties
|
Edit this page
View Source
ClrType
Declaration
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "_id")]
Id Id { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "_index")]
IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
string Operation { get; }
Property Value
|
Edit this page
View Source
RetriesOnConflict
Declaration
[DataMember(Name = "retry_on_conflict")]
int? RetriesOnConflict { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
Routing Routing { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
[DataMember(Name = "version_type")]
VersionType? VersionType { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBody()
Declaration
Returns
|
Edit this page
View Source
GetIdForOperation(Inferrer)
Declaration
Id GetIdForOperation(Inferrer inferrer)
Parameters
Returns
|
Edit this page
View Source
GetRoutingForOperation(Inferrer)
Declaration
Routing GetRoutingForOperation(Inferrer settingsInferrer)
Parameters
Type |
Name |
Description |
Inferrer |
settingsInferrer |
|
Returns
Extension Methods