Search Results for

    Show / Hide Table of Contents

    Class LowLevelRemoteStoreNamespace

    Remote Store APIs.

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

    Inheritance
    object
    NamespacedClientProxy
    LowLevelRemoteStoreNamespace
    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.RemoteStoreApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class LowLevelRemoteStoreNamespace : NamespacedClientProxy

    Methods

    | Edit this page View Source

    RestoreAsync<TResponse>(PostData, RestoreRequestParameters, CancellationToken)

    POST on /_remotestore/_restore

    https://opensearch.org/docs/latest/opensearch/remote/#restoring-from-a-backup

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

    Comma-separated list of index IDs.

    RestoreRequestParameters 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

    Restore<TResponse>(PostData, RestoreRequestParameters)

    POST on /_remotestore/_restore

    https://opensearch.org/docs/latest/opensearch/remote/#restoring-from-a-backup

    Declaration
    public TResponse Restore<TResponse>(PostData body, RestoreRequestParameters requestParameters = null) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    PostData body

    Comma-separated list of index IDs.

    RestoreRequestParameters 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
      • RestoreAsync<TResponse>(PostData, RestoreRequestParameters, CancellationToken)
      • Restore<TResponse>(PostData, RestoreRequestParameters)
    • Extension Methods
    Back to top Generated by DocFX