Uses of Class
com.azure.storage.blob.models.TaggedBlobItem
Packages that use TaggedBlobItem
-
Uses of TaggedBlobItem in com.azure.storage.blob
Methods in com.azure.storage.blob that return types with arguments of type TaggedBlobItemModifier 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.PagedFlux<TaggedBlobItem> BlobContainerAsyncClient.findBlobsByTags(String query) 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.PagedIterable<TaggedBlobItem> BlobContainerClient.findBlobsByTags(String query) Returns a lazy loaded list of blobs in this container 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.PagedFlux<TaggedBlobItem> BlobServiceAsyncClient.findBlobsByTags(String query) 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.com.azure.core.http.rest.PagedIterable<TaggedBlobItem> BlobServiceClient.findBlobsByTags(String query) Returns a lazy loaded list of blobs in this account whose tags match the query expression.