Search Results for

    Show / Hide Table of Contents

    Class SearchShard

    Inheritance
    object
    SearchShard
    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 SearchShard

    Properties

    | Edit this page View Source

    Index

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

    Node

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

    Primary

    Declaration
    [DataMember(Name = "primary")]
    public bool Primary { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    RelocatingNode

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

    Shard

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

    State

    Declaration
    [DataMember(Name = "state")]
    public string State { get; }
    Property Value
    Type Description
    string

    Extension Methods

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