Table of Contents

Class BytesResponse

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll
public class BytesResponse : ElasticsearchResponse<byte[]>, IApiCallDetails, IElasticsearchResponse
Inheritance
BytesResponse
Implements
Inherited Members

Constructors

BytesResponse()

public BytesResponse()

BytesResponse(byte[])

public BytesResponse(byte[] body)

Parameters

body byte[]

Methods

TryGetServerError(out ServerError)

public bool TryGetServerError(out ServerError serverError)

Parameters

serverError ServerError

Returns

bool

TryGetServerErrorReason(out string)

protected override bool TryGetServerErrorReason(out string reason)

Parameters

reason string

Returns

bool