Search Results for

    Show / Hide Table of Contents

    Class DictionaryResponseBase<TKey, TValue>

    Inheritance
    object
    ResponseBase
    DictionaryResponseBase<TKey, TValue>
    GetAliasResponse
    GetFieldMappingResponse
    GetIndexResponse
    GetIndexSettingsResponse
    GetIndexTemplateResponse
    GetMappingResponse
    GetPipelineResponse
    RemoteInfoResponse
    Implements
    IDictionaryResponse<TKey, TValue>
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class DictionaryResponseBase<TKey, TValue> : ResponseBase, IDictionaryResponse<TKey, TValue>, IResponse, IOpenSearchResponse
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    | Edit this page View Source

    Self

    Declaration
    [IgnoreDataMember]
    protected IDictionaryResponse<TKey, TValue> Self { get; }
    Property Value
    Type Description
    IDictionaryResponse<TKey, TValue>

    Implements

    IDictionaryResponse<TKey, TValue>
    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Self
    • Implements
    • Extension Methods
    Back to top Generated by DocFX