| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<DownloadResponse> |
BlobURL.download(BlobRange range,
BlobAccessConditions accessConditions,
boolean rangeGetContentMD5,
com.microsoft.rest.v2.Context context)
Reads a range of bytes from a blob.
|
| Constructor and Description |
|---|
DownloadResponse(com.microsoft.rest.v2.RestResponse<BlobDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> response,
HTTPGetterInfo info,
io.reactivex.functions.Function<HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
This documentation was released into the public domain.