Class VerifyRepositoryResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class VerifyRepositoryResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceNodes
A dictionary of nodeId => nodeinfo of nodes that verified the repository
Declaration
[DataMember(Name = "nodes")]
public IReadOnlyDictionary<string, CompactNodeInfo> Nodes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, CompactNodeInfo> |