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