Search Results for

    Show / Hide Table of Contents

    Class SnapshotShardFailure

    Inheritance
    object
    SnapshotShardFailure
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Index

    The Index having the shard failure.

    Declaration
    [JsonProperty("index", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Index { get; set; }
    Property Value
    string

    NodeId

    The elastic search NodeId.

    Declaration
    [JsonProperty("nodeId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string NodeId { get; set; }
    Property Value
    string

    Reason

    The elastic serach shard failure Reason.

    Declaration
    [JsonProperty("reason", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Reason { get; set; }
    Property Value
    string

    ShardId

    The failing elastic search ShardId.

    Declaration
    [JsonProperty("shardId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ShardId { get; set; }
    Property Value
    string

    Status

    The snapshot failure status.

    Declaration
    [JsonProperty("status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Status { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static SnapshotShardFailure FromJson(string data)
    Parameters
    string data

    Returns
    SnapshotShardFailure

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX