Class ElasticsearchResponse<T>
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
A response from elasticsearch including details about the request/response life cycle. Base class for the built in low level response types: StringResponseBytesResponse and DynamicResponse
public abstract class ElasticsearchResponse<T> : ElasticsearchResponseBase, IApiCallDetails, IElasticsearchResponse
Type Parameters
T
- Inheritance
-
ElasticsearchResponse<T>
- Implements
- Derived
- Inherited Members
Constructors
ElasticsearchResponse()
protected ElasticsearchResponse()
Properties
Body
public T Body { get; protected set; }
Property Value
- T