public final class BlobDownloadAsyncResponse extends ResponseBase<BlobDownloadHeaders,Flux<ByteBuffer>>
Constructor and Description |
---|
BlobDownloadAsyncResponse(HttpRequest request,
int statusCode,
HttpHeaders headers,
Flux<ByteBuffer> value,
BlobDownloadHeaders deserializedHeaders)
Constructs a
BlobDownloadAsyncResponse . |
getDeserializedHeaders, getHeaders, getRequest, getStatusCode, getValue
public BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, BlobDownloadHeaders deserializedHeaders)
BlobDownloadAsyncResponse
.request
- Request sent to the service.statusCode
- Response status code returned by the service.headers
- Raw headers returned in the response.value
- Stream of download data being returned by the service.deserializedHeaders
- Headers deserialized into an object.Copyright © 2019 Microsoft Corporation. All rights reserved.