Search Results for

    Show / Hide Table of Contents

    Class IndexName

    Inheritance
    object
    IndexName
    Implements
    IEquatable<IndexName>
    IUrlParameter
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class IndexName : IEquatable<IndexName>, IUrlParameter

    Properties

    | Edit this page View Source

    Cluster

    Declaration
    public string Cluster { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

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

    Methods

    | Edit this page View Source

    And(IndexName)

    Declaration
    public Indices And(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    Indices
    | Edit this page View Source

    And<T>()

    Declaration
    public Indices And<T>()
    Returns
    Type Description
    Indices
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    And<T>(string)

    Declaration
    public Indices And<T>(string clusterName)
    Parameters
    Type Name Description
    string clusterName
    Returns
    Type Description
    Indices
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    From<T>()

    Declaration
    public static IndexName From<T>()
    Returns
    Type Description
    IndexName
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    From<T>(string)

    Declaration
    public static IndexName From<T>(string clusterName)
    Parameters
    Type Name Description
    string clusterName
    Returns
    Type Description
    IndexName
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    GetString(IConnectionConfigurationValues)

    Declaration
    public string GetString(IConnectionConfigurationValues settings)
    Parameters
    Type Name Description
    IConnectionConfigurationValues settings
    Returns
    Type Description
    string
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    operator ==(IndexName, IndexName)

    Declaration
    public static bool operator ==(IndexName left, IndexName right)
    Parameters
    Type Name Description
    IndexName left
    IndexName right
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator IndexName(string)

    Declaration
    public static implicit operator IndexName(string indexName)
    Parameters
    Type Name Description
    string indexName
    Returns
    Type Description
    IndexName
    | Edit this page View Source

    implicit operator IndexName(Type)

    Declaration
    public static implicit operator IndexName(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IndexName
    | Edit this page View Source

    operator !=(IndexName, IndexName)

    Declaration
    public static bool operator !=(IndexName left, IndexName right)
    Parameters
    Type Name Description
    IndexName left
    IndexName right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IUrlParameter

    Extension Methods

    IndexNameExtensions.Resolve(IndexName, IConnectionSettingsValues)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Cluster
      • Name
      • Type
    • Methods
      • And(IndexName)
      • And<T>()
      • And<T>(string)
      • Equals(object)
      • From<T>()
      • From<T>(string)
      • GetHashCode()
      • GetString(IConnectionConfigurationValues)
      • ToString()
    • Operators
      • operator ==(IndexName, IndexName)
      • implicit operator IndexName(string)
      • implicit operator IndexName(Type)
      • operator !=(IndexName, IndexName)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX