Class BlobDownloadAsyncResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<BlobDownloadHeaders,Flux<ByteBuffer>>
com.azure.storage.blob.models.BlobDownloadAsyncResponse
All Implemented Interfaces:
Response<Flux<ByteBuffer>>, Closeable, AutoCloseable

public final class BlobDownloadAsyncResponse extends ResponseBase<BlobDownloadHeaders,Flux<ByteBuffer>> implements Closeable
This class contains the response information returned from the server when downloading a blob.