Class FieldMapping
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class FieldMapping
Properties
| Edit this page View SourceFullName
Declaration
[DataMember(Name = "full_name")]
public string FullName { get; }
Property Value
Type | Description |
---|---|
string |
Mapping
Declaration
[DataMember(Name = "mapping")]
public IReadOnlyDictionary<Field, IFieldMapping> Mapping { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<Field, IFieldMapping> |