Interface ITemplate
Assembly: OpenSearch.Client.dll
Syntax
public interface ITemplate
Properties
|
Edit this page
View Source
Aliases
Declaration
[DataMember(Name = "aliases")]
IAliases Aliases { get; set; }
Property Value
|
Edit this page
View Source
Mappings
Declaration
[DataMember(Name = "mappings")]
ITypeMapping Mappings { get; set; }
Property Value
|
Edit this page
View Source
Settings
Declaration
[DataMember(Name = "settings")]
IIndexSettings Settings { get; set; }
Property Value
Extension Methods