Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobGetPageRangesDiffResponse> |
PageBlobURL.getPageRangesDiff(BlobRange blobRange,
String prevSnapshot)
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
io.reactivex.Single<PageBlobGetPageRangesDiffResponse> |
PageBlobURL.getPageRangesDiff(BlobRange blobRange,
String prevSnapshot,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
io.reactivex.Single<PageBlobGetPageRangesDiffResponse> |
GeneratedPageBlobs.getPageRangesDiffWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String snapshot,
Integer timeout,
String prevsnapshot,
String range,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.