Search Results for

    Show / Hide Table of Contents

    Class LowLevelDanglingIndicesNamespace

    Dangling Indices APIs.

    Not intended to be instantiated directly. Use the DanglingIndices property on IOpenSearchLowLevelClient.

    Inheritance
    object
    NamespacedClientProxy
    LowLevelDanglingIndicesNamespace
    Inherited Members
    NamespacedClientProxy.DoRequest<TResponse>(HttpMethod, string, PostData, IRequestParameters)
    NamespacedClientProxy.DoRequestAsync<TResponse>(HttpMethod, string, CancellationToken, PostData, IRequestParameters)
    NamespacedClientProxy.Url(FormattableString)
    NamespacedClientProxy.RequestParams<TRequestParams>(TRequestParams, string)
    NamespacedClientProxy.RequestParams<TRequestParams>(TRequestParams)
    NamespacedClientProxy.ContentType
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.DanglingIndicesApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class LowLevelDanglingIndicesNamespace : NamespacedClientProxy

    Methods

    | Edit this page View Source

    DeleteDanglingIndexAsync<TResponse>(string, DeleteDanglingIndexRequestParameters, CancellationToken)

    DELETE on /_dangling/{index_uuid}

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public Task<TResponse> DeleteDanglingIndexAsync<TResponse>(string indexUuid, DeleteDanglingIndexRequestParameters requestParameters = null, CancellationToken ctx = default) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    string indexUuid

    The UUID of the dangling index.

    DeleteDanglingIndexRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    CancellationToken ctx
    Returns
    Type Description
    Task<TResponse>
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    DeleteDanglingIndex<TResponse>(string, DeleteDanglingIndexRequestParameters)

    DELETE on /_dangling/{index_uuid}

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public TResponse DeleteDanglingIndex<TResponse>(string indexUuid, DeleteDanglingIndexRequestParameters requestParameters = null) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    string indexUuid

    The UUID of the dangling index.

    DeleteDanglingIndexRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    Returns
    Type Description
    TResponse
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    ImportDanglingIndexAsync<TResponse>(string, ImportDanglingIndexRequestParameters, CancellationToken)

    POST on /_dangling/{index_uuid}

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public Task<TResponse> ImportDanglingIndexAsync<TResponse>(string indexUuid, ImportDanglingIndexRequestParameters requestParameters = null, CancellationToken ctx = default) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    string indexUuid

    The UUID of the dangling index.

    ImportDanglingIndexRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    CancellationToken ctx
    Returns
    Type Description
    Task<TResponse>
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    ImportDanglingIndex<TResponse>(string, ImportDanglingIndexRequestParameters)

    POST on /_dangling/{index_uuid}

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public TResponse ImportDanglingIndex<TResponse>(string indexUuid, ImportDanglingIndexRequestParameters requestParameters = null) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    string indexUuid

    The UUID of the dangling index.

    ImportDanglingIndexRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    Returns
    Type Description
    TResponse
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    ListAsync<TResponse>(ListDanglingIndicesRequestParameters, CancellationToken)

    GET on /_dangling

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public Task<TResponse> ListAsync<TResponse>(ListDanglingIndicesRequestParameters requestParameters = null, CancellationToken ctx = default) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    ListDanglingIndicesRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    CancellationToken ctx
    Returns
    Type Description
    Task<TResponse>
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    List<TResponse>(ListDanglingIndicesRequestParameters)

    GET on /_dangling

    https://opensearch.org/docs/latest/api-reference/index-apis/dangling-index/

    Declaration
    public TResponse List<TResponse>(ListDanglingIndicesRequestParameters requestParameters = null) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    ListDanglingIndicesRequestParameters requestParameters

    Request specific configuration such as querystring parameters & request specific connection settings.

    Returns
    Type Description
    TResponse
    Type Parameters
    Name Description
    TResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • DeleteDanglingIndexAsync<TResponse>(string, DeleteDanglingIndexRequestParameters, CancellationToken)
      • DeleteDanglingIndex<TResponse>(string, DeleteDanglingIndexRequestParameters)
      • ImportDanglingIndexAsync<TResponse>(string, ImportDanglingIndexRequestParameters, CancellationToken)
      • ImportDanglingIndex<TResponse>(string, ImportDanglingIndexRequestParameters)
      • ListAsync<TResponse>(ListDanglingIndicesRequestParameters, CancellationToken)
      • List<TResponse>(ListDanglingIndicesRequestParameters)
    • Extension Methods
    Back to top Generated by DocFX