Class SearchShard
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class SearchShard
Properties
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; }
Property Value
|
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
Shard
Declaration
[DataMember(Name = "shard")]
public int Shard { get; }
Property Value
|
Edit this page
View Source
State
Declaration
[DataMember(Name = "state")]
public string State { get; }
Property Value
Extension Methods