Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<DownloadResponse> |
BlobURL.download()
Reads a range of bytes from a blob.
|
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,
com.microsoft.azure.storage.blob.HTTPGetterInfo info,
io.reactivex.functions.Function<com.microsoft.azure.storage.blob.HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
Copyright © 2019 Microsoft Corporation. All rights reserved.