Search Results for

    Show / Hide Table of Contents

    Class ShardPath

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

    Properties

    | Edit this page View Source

    DataPath

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

    IsCustomDataPath

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

    StatePath

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DataPath
      • IsCustomDataPath
      • StatePath
    • Extension Methods
    Back to top Generated by DocFX