| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
FindBlobsOptions |
FindBlobsOptions.setMaxResultsPerPage(Integer maxResultsPerPage)
Specifies the maximum number of blobs to return.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.