Class ShardFailure
Assembly: OpenSearch.Net.dll
Syntax
[DataContract]
public class ShardFailure
Properties
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[DataMember(Name = "reason")]
public ErrorCause Reason { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
public int? Shard { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Extension Methods