Uses of Class
com.azure.storage.blob.models.ListBlobContainersOptions
Packages that use ListBlobContainersOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of ListBlobContainersOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type ListBlobContainersOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BlobContainerItem> BlobServiceAsyncClient.listBlobContainers
(ListBlobContainersOptions options) Returns a reactive Publisher emitting all the containers in this account lazily as needed.com.azure.core.http.rest.PagedIterable
<BlobContainerItem> BlobServiceClient.listBlobContainers
(ListBlobContainersOptions options, Duration timeout) Returns a lazy loaded list of containers in this account. -
Uses of ListBlobContainersOptions in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ListBlobContainersOptionsModifier and TypeMethodDescriptionListBlobContainersOptions.setDetails
(BlobContainerListDetails details) Sets the details for listing specific containers.ListBlobContainersOptions.setMaxResultsPerPage
(Integer maxResultsPerPage) Specifies the maximum number of blobs to return, including all BlobPrefix elements.Filters the results to return only blobs whose names begin with the specified prefix.