Interface IDictionaryResponse<TKey, TValue>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IDictionaryResponse<TKey, TValue> : IResponse, IOpenSearchResponse
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
| Edit this page View SourceBackingDictionary
Declaration
IReadOnlyDictionary<TKey, TValue> BackingDictionary { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<TKey, TValue> |