Uses of Class
com.azure.storage.blob.options.FindBlobsOptions
-
Packages that use FindBlobsOptions Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs. -
-
Uses of FindBlobsOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type FindBlobsOptions Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<TaggedBlobItem>BlobServiceAsyncClient. findBlobsByTags(FindBlobsOptions options)Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression.com.azure.core.http.rest.PagedIterable<TaggedBlobItem>BlobServiceClient. findBlobsByTags(FindBlobsOptions options, Duration timeout, com.azure.core.util.Context context)Returns a lazy loaded list of blobs in this account whose tags match the query expression. -
Uses of FindBlobsOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return FindBlobsOptions Modifier and Type Method Description FindBlobsOptionsFindBlobsOptions. setMaxResultsPerPage(Integer maxResultsPerPage)Specifies the maximum number of blobs to return.
-