Class WriteResponseBase
Inheritance
WriteResponseBase
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public abstract class WriteResponseBase : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "_id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "_index")]
public string Index { get; }
Property Value
|
Edit this page
View Source
PrimaryTerm
Declaration
[DataMember(Name = "_primary_term")]
public long PrimaryTerm { get; }
Property Value
|
Edit this page
View Source
Result
Declaration
[DataMember(Name = "result")]
public Result Result { get; }
Property Value
|
Edit this page
View Source
SequenceNumber
Declaration
[DataMember(Name = "_seq_no")]
public long SequenceNumber { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "_shards")]
public ShardStatistics Shards { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "_type")]
public string Type { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "_version")]
public long Version { get; }
Property Value
Implements
Extension Methods