Uses of Class
com.azure.storage.blob.options.BlobQueryOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobQueryOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobQueryOptions.setErrorConsumer
(Consumer<BlobQueryError> errorConsumer) Sets the error consumer.BlobQueryOptions.setInputSerialization
(BlobQuerySerialization inputSerialization) Sets the input serialization.BlobQueryOptions.setOutputSerialization
(BlobQuerySerialization outputSerialization) Sets the output serialization.BlobQueryOptions.setProgressConsumer
(Consumer<BlobQueryProgress> progressConsumer) Sets the progress consumer.BlobQueryOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets the request conditions. -
Uses of BlobQueryOptions in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<InputStream>
BlobClientBase.openQueryInputStreamWithResponse
(BlobQueryOptions queryOptions) Opens a blob input stream to query the blob.BlobAsyncClientBase.queryWithResponse
(BlobQueryOptions queryOptions) Queries the entire blob.BlobClientBase.queryWithResponse
(BlobQueryOptions queryOptions, Duration timeout, com.azure.core.util.Context context) Queries an entire blob into an output stream.