Interface IComponentTemplate
Assembly: OpenSearch.Client.dll
Syntax
public interface IComponentTemplate
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "_meta")]
IDictionary<string, object> Meta { get; set; }
Property Value
|
Edit this page
View Source
Template
Declaration
[DataMember(Name = "template")]
ITemplate Template { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
long? Version { get; set; }
Property Value
Extension Methods