Search Results for

    Show / Hide Table of Contents

    Class FieldMapping

    Inheritance
    object
    FieldMapping
    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 class FieldMapping

    Properties

    | Edit this page View Source

    FullName

    Declaration
    [DataMember(Name = "full_name")]
    public string FullName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Mapping

    Declaration
    [DataMember(Name = "mapping")]
    public IReadOnlyDictionary<Field, IFieldMapping> Mapping { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<Field, IFieldMapping>

    Extension Methods

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