Class CatAliasesRecord
Inheritance
CatAliasesRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatAliasesRecord : ICatRecord
Properties
|
Edit this page
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
|
Edit this page
View Source
Filter
Declaration
[DataMember(Name = "filter")]
public string Filter { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
IndexRouting
Declaration
[DataMember(Name = "indexRouting")]
public string IndexRouting { get; set; }
Property Value
|
Edit this page
View Source
SearchRouting
Declaration
[DataMember(Name = "searchRouting")]
public string SearchRouting { get; set; }
Property Value
Implements
Extension Methods