Search Results for

    Show / Hide Table of Contents

    Class PropertyMapping

    Inheritance
    object
    PropertyMapping
    Implements
    IPropertyMapping
    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 PropertyMapping : IPropertyMapping

    Fields

    | Edit this page View Source

    Ignored

    Declaration
    public static PropertyMapping Ignored
    Field Value
    Type Description
    PropertyMapping

    Properties

    | Edit this page View Source

    Ignore

    Ignores this property.

    - When mapping automatically using AutoMap<TDocument>(IPropertyVisitor, int)

    - When Indexing this type do not serialize this property and its value

    Declaration
    public bool Ignore { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Name

    Overrides the property name serialized to JSON for this property

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPropertyMapping

    Extension Methods

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