Search Results for

    Show / Hide Table of Contents

    Interface IPropertyMapping

    Determines how a POCO property maps to the property on a JSON object when serialized

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPropertyMapping

    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
    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
    string Name { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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