Search Results for

    Show / Hide Table of Contents

    Class NamespacedClientProxy

    Inheritance
    object
    NamespacedClientProxy
    LowLevelAsynchronousSearchNamespace
    LowLevelCatNamespace
    LowLevelClusterNamespace
    LowLevelDanglingIndicesNamespace
    LowLevelFlowFrameworkNamespace
    LowLevelHttpNamespace
    LowLevelIndicesNamespace
    LowLevelIngestNamespace
    LowLevelInsightsNamespace
    LowLevelIsmNamespace
    LowLevelKnnNamespace
    LowLevelListNamespace
    LowLevelLtrNamespace
    LowLevelMlNamespace
    LowLevelNodesNamespace
    LowLevelNotificationsNamespace
    LowLevelObservabilityNamespace
    LowLevelPplNamespace
    LowLevelQueryNamespace
    LowLevelRemoteStoreNamespace
    LowLevelReplicationNamespace
    LowLevelRollupsNamespace
    LowLevelSearchPipelineNamespace
    LowLevelSecurityNamespace
    LowLevelSmNamespace
    LowLevelSnapshotNamespace
    LowLevelSqlNamespace
    LowLevelTasksNamespace
    LowLevelTransformsNamespace
    LowLevelWlmNamespace
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public class NamespacedClientProxy

    Properties

    | Edit this page View Source

    ContentType

    Declaration
    protected virtual string ContentType { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    DoRequestAsync<TResponse>(HttpMethod, string, CancellationToken, PostData, IRequestParameters)

    Declaration
    protected Task<TResponse> DoRequestAsync<TResponse>(HttpMethod post, string url, CancellationToken ctx, PostData body, IRequestParameters @params) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    HttpMethod post
    string url
    CancellationToken ctx
    PostData body
    IRequestParameters params
    Returns
    Type Description
    Task<TResponse>
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    DoRequest<TResponse>(HttpMethod, string, PostData, IRequestParameters)

    Declaration
    protected TResponse DoRequest<TResponse>(HttpMethod post, string url, PostData body, IRequestParameters @params) where TResponse : class, IOpenSearchResponse, new()
    Parameters
    Type Name Description
    HttpMethod post
    string url
    PostData body
    IRequestParameters params
    Returns
    Type Description
    TResponse
    Type Parameters
    Name Description
    TResponse
    | Edit this page View Source

    RequestParams<TRequestParams>(TRequestParams)

    Declaration
    protected TRequestParams RequestParams<TRequestParams>(TRequestParams requestParams) where TRequestParams : class, IRequestParameters, new()
    Parameters
    Type Name Description
    TRequestParams requestParams
    Returns
    Type Description
    TRequestParams
    Type Parameters
    Name Description
    TRequestParams
    | Edit this page View Source

    RequestParams<TRequestParams>(TRequestParams, string)

    Declaration
    protected TRequestParams RequestParams<TRequestParams>(TRequestParams requestParams, string contentType) where TRequestParams : class, IRequestParameters, new()
    Parameters
    Type Name Description
    TRequestParams requestParams
    string contentType
    Returns
    Type Description
    TRequestParams
    Type Parameters
    Name Description
    TRequestParams
    | Edit this page View Source

    Url(FormattableString)

    Declaration
    protected string Url(FormattableString formattable)
    Parameters
    Type Name Description
    FormattableString formattable
    Returns
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ContentType
    • Methods
      • DoRequestAsync<TResponse>(HttpMethod, string, CancellationToken, PostData, IRequestParameters)
      • DoRequest<TResponse>(HttpMethod, string, PostData, IRequestParameters)
      • RequestParams<TRequestParams>(TRequestParams)
      • RequestParams<TRequestParams>(TRequestParams, string)
      • Url(FormattableString)
    • Extension Methods
    Back to top Generated by DocFX