Class CatTemplatesRecord
Inheritance
CatTemplatesRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatTemplatesRecord : ICatRecord
Properties
|
Edit this page
View Source
IndexPatterns
Declaration
[DataMember(Name = "index_patterns")]
public string IndexPatterns { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
[DataMember(Name = "order")]
public long Order { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public long? Version { get; set; }
Property Value
Implements
Extension Methods