Class RemoteInfoResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class RemoteInfoResponse : DictionaryResponseBase<string, RemoteInfo>, IDictionaryResponse<string, RemoteInfo>, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceRemotes
Declaration
[IgnoreDataMember]
public IReadOnlyDictionary<string, RemoteInfo> Remotes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, RemoteInfo> |