Class TemplateMapping
Inheritance
TemplateMapping
Assembly: OpenSearch.Client.dll
Syntax
public class TemplateMapping : ITemplateMapping
Properties
|
Edit this page
View Source
Aliases
Declaration
public IAliases Aliases { get; set; }
Property Value
|
Edit this page
View Source
IndexPatterns
Declaration
public IReadOnlyCollection<string> IndexPatterns { get; set; }
Property Value
|
Edit this page
View Source
Mappings
Declaration
public ITypeMapping Mappings { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
public int? Order { get; set; }
Property Value
|
Edit this page
View Source
Settings
Declaration
public IIndexSettings Settings { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public int? Version { get; set; }
Property Value
Implements
Extension Methods