Uses of Class
com.azure.storage.blob.models.BlobDownloadResponse
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobDownloadResponse in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobClientBase.downloadStreamWithResponse
(OutputStream stream, BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context) Downloads a range of bytes from a blob into an output stream.BlobClientBase.downloadWithResponse
(OutputStream stream, BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context) Deprecated.
BlobClientBase.downloadStreamWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context)
instead.