Search Results for

    Show / Hide Table of Contents

    Class NamespacedClientProxy

    Inheritance
    object
    NamespacedClientProxy
    CatNamespace
    ClusterNamespace
    DanglingIndicesNamespace
    HttpNamespace
    IndicesNamespace
    IngestNamespace
    NodesNamespace
    SnapshotNamespace
    TasksNamespace
    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 NamespacedClientProxy

    Constructors

    | Edit this page View Source

    NamespacedClientProxy(OpenSearchClient)

    Declaration
    protected NamespacedClientProxy(OpenSearchClient client)
    Parameters
    Type Name Description
    OpenSearchClient client

    Methods

    | Edit this page View Source

    DoCatAsync<TRequest, TParams, TCatRecord>(TRequest, CancellationToken)

    Declaration
    protected Task<CatResponse<TCatRecord>> DoCatAsync<TRequest, TParams, TCatRecord>(TRequest request, CancellationToken ct) where TRequest : class, IRequest<TParams> where TParams : RequestParameters<TParams>, new() where TCatRecord : ICatRecord
    Parameters
    Type Name Description
    TRequest request
    CancellationToken ct
    Returns
    Type Description
    Task<CatResponse<TCatRecord>>
    Type Parameters
    Name Description
    TRequest
    TParams
    TCatRecord
    | Edit this page View Source

    DoCat<TRequest, TParams, TCatRecord>(TRequest)

    Declaration
    protected CatResponse<TCatRecord> DoCat<TRequest, TParams, TCatRecord>(TRequest request) where TRequest : class, IRequest<TParams> where TParams : RequestParameters<TParams>, new() where TCatRecord : ICatRecord
    Parameters
    Type Name Description
    TRequest request
    Returns
    Type Description
    CatResponse<TCatRecord>
    Type Parameters
    Name Description
    TRequest
    TParams
    TCatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • NamespacedClientProxy(OpenSearchClient)
    • Methods
      • DoCatAsync<TRequest, TParams, TCatRecord>(TRequest, CancellationToken)
      • DoCat<TRequest, TParams, TCatRecord>(TRequest)
    • Extension Methods
    Back to top Generated by DocFX