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 SourceIgnore
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 |
Name
Overrides the property name serialized to JSON for this property
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |