Search Results for

    Show / Hide Table of Contents

    Class GetMappingResponseExtensions

    Inheritance
    object
    GetMappingResponseExtensions
    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 static class GetMappingResponseExtensions

    Methods

    | Edit this page View Source

    GetMappingFor(GetMappingResponse, IndexName)

    Declaration
    public static ITypeMapping GetMappingFor(this GetMappingResponse response, IndexName index)
    Parameters
    Type Name Description
    GetMappingResponse response
    IndexName index
    Returns
    Type Description
    ITypeMapping
    | Edit this page View Source

    GetMappingFor<T>(GetMappingResponse)

    Declaration
    public static ITypeMapping GetMappingFor<T>(this GetMappingResponse response)
    Parameters
    Type Name Description
    GetMappingResponse response
    Returns
    Type Description
    ITypeMapping
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    • Methods
      • GetMappingFor(GetMappingResponse, IndexName)
      • GetMappingFor<T>(GetMappingResponse)
    Back to top Generated by DocFX