| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
PageList |
PageList.setClearRange(List<ClearRange> clearRange)
Set the clearRange property: The ClearRange property.
|
PageList |
PageList.setPageRange(List<PageRange> pageRange)
Set the pageRange property: The PageRange property.
|
| Modifier and Type | Method and Description |
|---|---|
PageList |
PageBlobClient.getManagedDiskPageRangesDiff(BlobRange blobRange,
String prevSnapshotUrl)
This API only works for managed disk accounts.
|
PageList |
PageBlobClient.getPageRanges(BlobRange blobRange)
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
PageList |
PageBlobClient.getPageRangesDiff(BlobRange blobRange,
String prevSnapshot)
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.