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<PageBlobsGetPageRangesResponse> |
GeneratedPageBlobs.getPageRangesWithRestResponseAsync(String snapshot,
Integer timeout,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.