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