Interface IObjectProperty
A mapping for an inner object
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IObjectProperty : ICoreProperty, IProperty, IFieldMapping
Properties
| Edit this page View SourceDynamic
Whether or not new properties should be added dynamically to an existing object.
Default is true
Declaration
[DataMember(Name = "dynamic")]
Union<bool, DynamicMapping> Dynamic { get; set; }
Property Value
Type | Description |
---|---|
Union<bool, DynamicMapping> |
Enabled
Whether the JSON value given for this field should be parsed and indexed. Default is true
Declaration
[DataMember(Name = "enabled")]
bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Properties
The fields within the object
Declaration
[DataMember(Name = "properties")]
IProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
IProperties |