Class GetIndexTemplateResponse
Inheritance
GetIndexTemplateResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class GetIndexTemplateResponse : DictionaryResponseBase<string, TemplateMapping>, IDictionaryResponse<string, TemplateMapping>, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceTemplateMappings
Declaration
[IgnoreDataMember]
public IReadOnlyDictionary<string, TemplateMapping> TemplateMappings { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, TemplateMapping> |