Class AliasDefinition
Inheritance
AliasDefinition
Assembly: OpenSearch.Client.dll
Syntax
public class AliasDefinition
Properties
|
Edit this page
View Source
Filter
Declaration
[DataMember(Name = "filter")]
public IQueryContainer Filter { get; }
Property Value
|
Edit this page
View Source
IndexRouting
Declaration
[DataMember(Name = "index_routing")]
public string IndexRouting { get; }
Property Value
|
Edit this page
View Source
IsWriteIndex
Declaration
[DataMember(Name = "is_write_index")]
public bool? IsWriteIndex { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
public string Routing { get; }
Property Value
|
Edit this page
View Source
SearchRouting
Declaration
[DataMember(Name = "search_routing")]
public string SearchRouting { get; }
Property Value
Extension Methods