Class DictionaryResponseBase<TKey, TValue>
Inheritance
DictionaryResponseBase<TKey, TValue>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class DictionaryResponseBase<TKey, TValue> : ResponseBase, IDictionaryResponse<TKey, TValue>, IResponse, IOpenSearchResponse
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
| Edit this page View SourceSelf
Declaration
[IgnoreDataMember]
protected IDictionaryResponse<TKey, TValue> Self { get; }
Property Value
Type | Description |
---|---|
IDictionaryResponse<TKey, TValue> |