Uses of Class
com.azure.storage.blob.models.ListBlobContainersOptions
-
Packages that use ListBlobContainersOptions Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of ListBlobContainersOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type ListBlobContainersOptions Modifier and Type Method Description com.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 ListBlobContainersOptions Modifier and Type Method Description ListBlobContainersOptionsListBlobContainersOptions. setDetails(BlobContainerListDetails details)ListBlobContainersOptionsListBlobContainersOptions. setMaxResultsPerPage(Integer maxResultsPerPage)Specifies the maximum number of blobs to return, including all BlobPrefix elements.ListBlobContainersOptionsListBlobContainersOptions. setPrefix(String prefix)Filters the results to return only blobs whose names begin with the specified prefix.
-