Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobsDownloadResponse> |
GeneratedBlobs.downloadWithRestResponseAsync(String snapshot,
Integer timeout,
String range,
String leaseId,
Boolean rangeGetContentMD5,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Download operation reads or downloads a blob from the system, including its metadata and properties.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobsDownloadResponse> |
BlobURL.download(BlobRange range,
BlobAccessConditions accessConditions,
boolean rangeGetContentMD5)
Reads a range of bytes from a blob.
|
Copyright © 2018. All rights reserved.