Class DynamicResponseBase
Inheritance
DynamicResponseBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class DynamicResponseBase : ResponseBase, IDynamicResponse, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Self
Declaration
[IgnoreDataMember]
protected IDynamicResponse Self { get; }
Property Value
Methods
|
Edit this page
View Source
Get<T>(string)
Helper to to easily traverse the data using a path notation
Declaration
public T Get<T>(string path)
Parameters
| Type |
Name |
Description |
| string |
path |
path into the stored object, keys are seperated with a dot and the last key is returned as T
|
Returns
| Type |
Description |
| T |
T or default
|
Type Parameters
Implements
Extension Methods