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.
|
Modifier and Type | Method and Description |
---|---|
BlobQueryOptions |
BlobQueryOptions.setErrorConsumer(Consumer<BlobQueryError> errorConsumer)
Sets the error consumer.
|
BlobQueryOptions |
BlobQueryOptions.setInputSerialization(BlobQuerySerialization inputSerialization)
Sets the input serialization.
|
BlobQueryOptions |
BlobQueryOptions.setOutputSerialization(BlobQuerySerialization outputSerialization)
Sets the output serialization.
|
BlobQueryOptions |
BlobQueryOptions.setProgressConsumer(Consumer<BlobQueryProgress> progressConsumer)
Sets the progress consumer.
|
BlobQueryOptions |
BlobQueryOptions.setRequestConditions(BlobRequestConditions requestConditions)
Sets the request conditions.
|
Modifier and Type | Method and 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.
|
BlobQueryResponse |
BlobClientBase.queryWithResponse(BlobQueryOptions queryOptions,
Duration timeout,
com.azure.core.util.Context context)
Queries an entire blob into an output stream.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.