Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Field and Description |
---|---|
static BlobRange |
BlobRange.DEFAULT
An object which reflects the service's default range, which is the whole blob.
|
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.
|
io.reactivex.Single<PageBlobsGetPageRangesResponse> |
PageBlobURL.getPageRanges(BlobRange blobRange,
BlobAccessConditions accessConditions)
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
io.reactivex.Single<PageBlobsGetPageRangesDiffResponse> |
PageBlobURL.getPageRangesDiff(BlobRange blobRange,
String prevSnapshot,
BlobAccessConditions accessConditions)
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
Copyright © 2018. All rights reserved.