Uses of Class
com.azure.storage.blob.models.ListBlobsOptions
Packages that use ListBlobsOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of ListBlobsOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type ListBlobsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BlobItem> BlobContainerAsyncClient.listBlobs(ListBlobsOptions options) Returns a reactive Publisher emitting all the blobs in this container lazily as needed.com.azure.core.http.rest.PagedFlux<BlobItem> BlobContainerAsyncClient.listBlobs(ListBlobsOptions options, String continuationToken) Returns a reactive Publisher emitting all the blobs in this container lazily as needed.com.azure.core.http.rest.PagedIterable<BlobItem> BlobContainerClient.listBlobs(ListBlobsOptions options, String continuationToken, Duration timeout) Returns a lazy loaded list of blobs in this container, with folder structures flattened.com.azure.core.http.rest.PagedIterable<BlobItem> BlobContainerClient.listBlobs(ListBlobsOptions options, Duration timeout) Returns a lazy loaded list of blobs in this container, with folder structures flattened.com.azure.core.http.rest.PagedFlux<BlobItem> BlobContainerAsyncClient.listBlobsByHierarchy(String delimiter, ListBlobsOptions options) Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).com.azure.core.http.rest.PagedIterable<BlobItem> BlobContainerClient.listBlobsByHierarchy(String delimiter, ListBlobsOptions options, Duration timeout) Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory). -
Uses of ListBlobsOptions in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ListBlobsOptionsModifier and TypeMethodDescriptionListBlobsOptions.setDetails(BlobListDetails details) Sets the details for listing specific blobs.ListBlobsOptions.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.