Class PropertyMapping
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PropertyMapping : IPropertyMapping
Fields
| Edit this page View SourceIgnored
Declaration
public static PropertyMapping Ignored
Field Value
Type | Description |
---|---|
PropertyMapping |
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
public bool Ignore { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Overrides the property name serialized to JSON for this property
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |