Class SnapshotShardFailure
Inheritance
SnapshotShardFailure
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SnapshotShardFailure
Properties
The Index having the shard failure.
Declaration
[JsonProperty("index", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Index { get; set; }
Property Value
The elastic search NodeId.
Declaration
[JsonProperty("nodeId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NodeId { get; set; }
Property Value
The elastic serach shard failure Reason.
Declaration
[JsonProperty("reason", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Reason { get; set; }
Property Value
The failing elastic search ShardId.
Declaration
[JsonProperty("shardId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ShardId { get; set; }
Property Value
The snapshot failure status.
Declaration
[JsonProperty("status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }
Property Value
Methods
Declaration
public static SnapshotShardFailure FromJson(string data)
Parameters
Returns