Search Results for

    Show / Hide Table of Contents

    Class GetMappingResponse

    Inheritance
    object
    ResponseBase
    DictionaryResponseBase<IndexName, IndexMappings>
    GetMappingResponse
    Implements
    IDictionaryResponse<IndexName, IndexMappings>
    IResponse
    IOpenSearchResponse
    Inherited Members
    DictionaryResponseBase<IndexName, IndexMappings>.Self
    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 class GetMappingResponse : DictionaryResponseBase<IndexName, IndexMappings>, IDictionaryResponse<IndexName, IndexMappings>, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Indices

    Declaration
    [IgnoreDataMember]
    public IReadOnlyDictionary<IndexName, IndexMappings> Indices { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<IndexName, IndexMappings>

    Methods

    | Edit this page View Source

    Accept(IMappingVisitor)

    Declaration
    public void Accept(IMappingVisitor visitor)
    Parameters
    Type Name Description
    IMappingVisitor visitor

    Implements

    IDictionaryResponse<TKey, TValue>
    IResponse
    IOpenSearchResponse

    Extension Methods

    GetMappingResponseExtensions.GetMappingFor(GetMappingResponse, IndexName)
    GetMappingResponseExtensions.GetMappingFor<T>(GetMappingResponse)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Indices
    • Methods
      • Accept(IMappingVisitor)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX