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: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class SnapshotShardFailure

    Properties

    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "index")]
    public string Index { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NodeId

    Declaration
    [DataMember(Name = "node_id")]
    public string NodeId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Reason

    Declaration
    [DataMember(Name = "reason")]
    public string Reason { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ShardId

    Declaration
    [DataMember(Name = "shard_id")]
    public string ShardId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Status

    Declaration
    [DataMember(Name = "status")]
    public string Status { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Index
      • NodeId
      • Reason
      • ShardId
      • Status
    • Extension Methods
    Back to top Generated by DocFX