Uses of Class
com.azure.storage.blob.options.ListPageRangesDiffOptions
Packages that use ListPageRangesDiffOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of ListPageRangesDiffOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return ListPageRangesDiffOptionsModifier and TypeMethodDescriptionListPageRangesDiffOptions.setMaxResultsPerPage
(Integer pageSize) Sets the pageSize property.ListPageRangesDiffOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets the requestConditions property. -
Uses of ListPageRangesDiffOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type ListPageRangesDiffOptionsModifier and TypeMethodDescriptioncom.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
(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.