Interface IExplainResponse<TDocument>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IExplainResponse<out TDocument> : IResponse, IOpenSearchResponse where TDocument : class
Type Parameters
| Name | Description |
|---|---|
| TDocument |
Properties
| Edit this page View SourceGet
Declaration
IInlineGet<out TDocument> Get { get; }
Property Value
| Type | Description |
|---|---|
| IInlineGet<TDocument> |