Search Results for

    Show / Hide Table of Contents

    Class ShardAllocationExplanation

    Inheritance
    object
    ShardAllocationExplanation
    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
    public class ShardAllocationExplanation

    Properties

    | Edit this page View Source

    Id

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

    Index

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

    IndexUniqueId

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

    Primary

    Declaration
    [DataMember(Name = "primary")]
    public bool Primary { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Id
      • Index
      • IndexUniqueId
      • Primary
    • Extension Methods
    Back to top Generated by DocFX