Package com.azure.storage.blob.models
Class BlobDownloadContentResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<BlobDownloadHeaders,com.azure.core.util.BinaryData>
com.azure.storage.blob.models.BlobDownloadContentResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>
public final class BlobDownloadContentResponse
extends com.azure.core.http.rest.ResponseBase<BlobDownloadHeaders,com.azure.core.util.BinaryData>
This class contains the response information return from the server when downloading a blob.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode, getValue
-
Constructor Details
-
BlobDownloadContentResponse
Constructs aBlobDownloadContentResponse
.- Parameters:
response
- Response returned from the service.
-