Class SearchShardsResponse
Inheritance
SearchShardsResponse
Assembly: OpenSearch.Client.dll
Syntax
public class SearchShardsResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Nodes
Declaration
[DataMember(Name = "nodes")]
public IReadOnlyDictionary<string, SearchNode> Nodes { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public IReadOnlyCollection<IReadOnlyCollection<SearchShard>> Shards { get; }
Property Value
Implements
Extension Methods