Class ShardRouting
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ShardRouting
Properties
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; }
Property Value
|
Edit this page
View Source
Primary
Declaration
[DataMember(Name = "primary")]
public bool Primary { get; }
Property Value
|
Edit this page
View Source
RelocatingNode
Declaration
[DataMember(Name = "relocating_node")]
public string RelocatingNode { get; }
Property Value
|
Edit this page
View Source
State
Declaration
[DataMember(Name = "state")]
public ShardRoutingState State { get; }
Property Value
Extension Methods