Search Results for

    Show / Hide Table of Contents

    Class IndexNameResolver

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

    Constructors

    | Edit this page View Source

    IndexNameResolver(IConnectionSettingsValues)

    Declaration
    public IndexNameResolver(IConnectionSettingsValues connectionSettings)
    Parameters
    Type Name Description
    IConnectionSettingsValues connectionSettings

    Methods

    | Edit this page View Source

    Resolve(IndexName)

    Declaration
    public string Resolve(IndexName i)
    Parameters
    Type Name Description
    IndexName i
    Returns
    Type Description
    string
    | Edit this page View Source

    Resolve(Type)

    Declaration
    public string Resolve(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    string
    | Edit this page View Source

    Resolve<T>()

    Declaration
    public string Resolve<T>() where T : class
    Returns
    Type Description
    string
    Type Parameters
    Name Description
    T

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IndexNameResolver(IConnectionSettingsValues)
    • Methods
      • Resolve(IndexName)
      • Resolve(Type)
      • Resolve<T>()
    • Extension Methods
    Back to top Generated by DocFX