Interface IComposableIndexTemplate
Assembly: OpenSearch.Client.dll
Syntax
public interface IComposableIndexTemplate
Properties
|
Edit this page
View Source
ComposedOf
Declaration
[DataMember(Name = "composed_of")]
IReadOnlyCollection<string> ComposedOf { get; set; }
Property Value
|
Edit this page
View Source
DataStream
Declaration
[DataMember(Name = "data_stream")]
IDataStreamTemplate DataStream { get; set; }
Property Value
|
Edit this page
View Source
IndexPatterns
Declaration
[DataMember(Name = "index_patterns")]
IReadOnlyCollection<string> IndexPatterns { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "_meta")]
IDictionary<string, object> Meta { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
[DataMember(Name = "priority")]
long? Priority { 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