Uses of Class
com.azure.storage.blob.models.PageList
Packages that use PageList
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of PageList in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return PageListModifier and TypeMethodDescriptionPageList.setClearRange(List<ClearRange> clearRange) Set the clearRange property: The ClearRange property.PageList.setPageRange(List<PageRange> pageRange) Set the pageRange property: The PageRange property. -
Uses of PageList in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return PageListModifier and TypeMethodDescriptionPageBlobClient.getManagedDiskPageRangesDiff(BlobRange blobRange, String prevSnapshotUrl) This API only works for managed disk accounts.PageBlobClient.getPageRanges(BlobRange blobRange) Deprecated.PageBlobClient.getPageRangesDiff(BlobRange blobRange, String prevSnapshot) Deprecated.Methods in com.azure.storage.blob.specialized that return types with arguments of type PageListModifier and TypeMethodDescriptionPageBlobAsyncClient.getManagedDiskPageRangesDiff(BlobRange blobRange, String prevSnapshotUrl) This API only works for managed disk accounts.PageBlobAsyncClient.getManagedDiskPageRangesDiffWithResponse(BlobRange blobRange, String prevSnapshotUrl, BlobRequestConditions requestConditions) This API only works for managed disk accounts.com.azure.core.http.rest.Response<PageList>PageBlobClient.getManagedDiskPageRangesDiffWithResponse(BlobRange blobRange, String prevSnapshotUrl, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) This API only works for managed disk accounts.PageBlobAsyncClient.getPageRanges(BlobRange blobRange) Deprecated.PageBlobAsyncClient.getPageRangesDiff(BlobRange blobRange, String prevSnapshot) Deprecated.PageBlobAsyncClient.getPageRangesDiffWithResponse(BlobRange blobRange, String prevSnapshot, BlobRequestConditions requestConditions) com.azure.core.http.rest.Response<PageList>PageBlobClient.getPageRangesDiffWithResponse(BlobRange blobRange, String prevSnapshot, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Deprecated.PageBlobAsyncClient.getPageRangesWithResponse(BlobRange blobRange, BlobRequestConditions requestConditions) Deprecated.com.azure.core.http.rest.Response<PageList>PageBlobClient.getPageRangesWithResponse(BlobRange blobRange, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)
PageBlobClient.listPageRanges(BlobRange)