Class ComposableIndexTemplate
Inheritance
ComposableIndexTemplate
Assembly: OpenSearch.Client.dll
Syntax
public class ComposableIndexTemplate : IComposableIndexTemplate
Properties
|
Edit this page
View Source
ComposedOf
Declaration
public IReadOnlyCollection<string> ComposedOf { get; set; }
Property Value
|
Edit this page
View Source
DataStream
Declaration
public IDataStreamTemplate DataStream { get; set; }
Property Value
|
Edit this page
View Source
IndexPatterns
Declaration
public IReadOnlyCollection<string> IndexPatterns { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public IDictionary<string, object> Meta { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public long? Priority { get; set; }
Property Value
|
Edit this page
View Source
Template
Declaration
public ITemplate Template { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public long? Version { get; set; }
Property Value
Implements
Extension Methods