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