Class ShardFailure
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
public class ShardFailure
- Inheritance
-
ShardFailure
- Inherited Members
Constructors
ShardFailure()
public ShardFailure()
Properties
Index
public string Index { get; set; }
Property Value
Node
public string Node { get; set; }
Property Value
Reason
public ErrorCause Reason { get; set; }
Property Value
Shard
public int? Shard { get; set; }
Property Value
- int?
Status
public string Status { get; set; }