Search Results for

    Show / Hide Table of Contents

    Class SingleBucketsPath

    Inheritance
    object
    SingleBucketsPath
    Implements
    IBucketsPath
    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 SingleBucketsPath : IBucketsPath

    Constructors

    | Edit this page View Source

    SingleBucketsPath(string)

    Declaration
    public SingleBucketsPath(string bucketsPath)
    Parameters
    Type Name Description
    string bucketsPath

    Properties

    | Edit this page View Source

    BucketsPath

    Declaration
    public string BucketsPath { get; }
    Property Value
    Type Description
    string

    Operators

    | Edit this page View Source

    implicit operator SingleBucketsPath(string)

    Declaration
    public static implicit operator SingleBucketsPath(string bucketsPath)
    Parameters
    Type Name Description
    string bucketsPath
    Returns
    Type Description
    SingleBucketsPath

    Implements

    IBucketsPath

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SingleBucketsPath(string)
    • Properties
      • BucketsPath
    • Operators
      • implicit operator SingleBucketsPath(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX