Uses of Class
com.azure.storage.blob.models.PageRangeItem
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of PageRangeItem in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<PageRangeItem>
PageBlobAsyncClient.listPageRanges
(BlobRange blobRange) Returns the list of valid page ranges for a page blob or snapshot of a page blob.com.azure.core.http.rest.PagedFlux<PageRangeItem>
PageBlobAsyncClient.listPageRanges
(ListPageRangesOptions options) Returns the list of valid page ranges for a page blob or snapshot of a page blob.com.azure.core.http.rest.PagedIterable<PageRangeItem>
PageBlobClient.listPageRanges
(BlobRange blobRange) Returns the list of valid page ranges for a page blob or snapshot of a page blob.com.azure.core.http.rest.PagedIterable<PageRangeItem>
PageBlobClient.listPageRanges
(ListPageRangesOptions options, Duration timeout, com.azure.core.util.Context context) Returns the list of valid page ranges for a page blob or snapshot of a page blob.com.azure.core.http.rest.PagedFlux<PageRangeItem>
PageBlobAsyncClient.listPageRangesDiff
(BlobRange blobRange, String prevSnapshot) Gets the collection of page ranges that differ between a specified snapshot and this page blob.com.azure.core.http.rest.PagedFlux<PageRangeItem>
PageBlobAsyncClient.listPageRangesDiff
(ListPageRangesDiffOptions options) Gets the collection of page ranges that differ between a specified snapshot and this page blob.com.azure.core.http.rest.PagedIterable<PageRangeItem>
PageBlobClient.listPageRangesDiff
(BlobRange blobRange, String prevSnapshot) Gets the collection of page ranges that differ between a specified snapshot and this page blob.com.azure.core.http.rest.PagedIterable<PageRangeItem>
PageBlobClient.listPageRangesDiff
(ListPageRangesDiffOptions options, Duration timeout, com.azure.core.util.Context context) Gets the collection of page ranges that differ between a specified snapshot and this page blob.