Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
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,
HTTPGetterInfo info,
io.reactivex.functions.Function<HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
This documentation was released into the public domain.