Search Results for

    Show / Hide Table of Contents

    Class AliasPointingToIndexExtensions

    Inheritance
    object
    AliasPointingToIndexExtensions
    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 static class AliasPointingToIndexExtensions

    Methods

    | Edit this page View Source

    GetAliasesPointingToIndex(IOpenSearchClient, IndexName)

    Returns a dictionary of aliases that point to the specified index, simplified version of GetAlias(IGetAliasRequest)..

    Declaration
    public static IReadOnlyDictionary<string, AliasDefinition> GetAliasesPointingToIndex(this IOpenSearchClient client, IndexName index)
    Parameters
    Type Name Description
    IOpenSearchClient client
    IndexName index

    The index name we want to know aliases of

    Returns
    Type Description
    IReadOnlyDictionary<string, AliasDefinition>
    | Edit this page View Source

    GetAliasesPointingToIndexAsync(IOpenSearchClient, IndexName)

    Returns a dictionary of aliases that point to the specified index, simplified version of GetAlias(IGetAliasRequest)..

    Declaration
    public static Task<IReadOnlyDictionary<string, AliasDefinition>> GetAliasesPointingToIndexAsync(this IOpenSearchClient client, IndexName index)
    Parameters
    Type Name Description
    IOpenSearchClient client
    IndexName index

    The index name we want to know aliases of

    Returns
    Type Description
    Task<IReadOnlyDictionary<string, AliasDefinition>>
    • Edit this page
    • View Source
    In this article
    • Methods
      • GetAliasesPointingToIndex(IOpenSearchClient, IndexName)
      • GetAliasesPointingToIndexAsync(IOpenSearchClient, IndexName)
    Back to top Generated by DocFX