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