Uses of Class
com.azure.storage.blob.options.FindBlobsOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of FindBlobsOptions in com.azure.storage.blob
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<TaggedBlobItem>
BlobContainerAsyncClient.findBlobsByTags
(FindBlobsOptions options) Returns a reactive Publisher emitting the blobs in this container whose tags match the query expression.com.azure.core.http.rest.PagedIterable<TaggedBlobItem>
BlobContainerClient.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.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
Modifier and TypeMethodDescriptionFindBlobsOptions.setMaxResultsPerPage
(Integer maxResultsPerPage) Specifies the maximum number of blobs to return.