Search Results for

    Show / Hide Table of Contents

    Class ObsoleteMappingsBase.Mappings

    Types are gone from OpenSearch, this class solely exist to help you move your complex mappings over to the new way of writing the mappings. Use TypeMapping directly instead.

    This class won't receive updates, please be advised to move over if you need to utilize
    new features in the future.
    
    Inheritance
    object
    ObsoleteMappingsBase
    ObsoleteMappingsBase.Mappings
    Implements
    ITypeMapping
    IEnumerable<ITypeMapping>
    IEnumerable
    Inherited Members
    ObsoleteMappingsBase.Wrapped
    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
    [Obsolete("Mappings are no longer type dependent, please use TypeMapping directly")]
    public class ObsoleteMappingsBase.Mappings : ObsoleteMappingsBase, ITypeMapping, IEnumerable<ITypeMapping>, IEnumerable

    Properties

    | Edit this page View Source

    this[object]

    Declaration
    public ITypeMapping this[object key] { get; }
    Parameters
    Type Name Description
    object key
    Property Value
    Type Description
    ITypeMapping

    Methods

    | Edit this page View Source

    Add(object, ITypeMapping)

    Declaration
    public void Add(object _, ITypeMapping mapping)
    Parameters
    Type Name Description
    object _
    ITypeMapping mapping
    | Edit this page View Source

    GetEnumerator()

    Declaration
    public IEnumerator<ITypeMapping> GetEnumerator()
    Returns
    Type Description
    IEnumerator<ITypeMapping>

    Implements

    ITypeMapping
    IEnumerable<T>
    IEnumerable

    Extension Methods

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