azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

49 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobDownloadResponse"
fullName: "com.azure.storage.blob.models.BlobDownloadResponse"
name: "BlobDownloadResponse"
nameWithType: "BlobDownloadResponse"
summary: "This class contains the response information return from the server when downloading a blob."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.ResponseBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.http.rest.ResponseBase?alt=com.azure.core.http.rest.ResponseBase&text=ResponseBase\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.http.rest.ResponseBase.getDeserializedHeaders()?alt=com.azure.core.http.rest.ResponseBase.getDeserializedHeaders&text=getDeserializedHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.ResponseBase.getHeaders()?alt=com.azure.core.http.rest.ResponseBase.getHeaders&text=getHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.ResponseBase.getRequest()?alt=com.azure.core.http.rest.ResponseBase.getRequest&text=getRequest\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.ResponseBase.getStatusCode()?alt=com.azure.core.http.rest.ResponseBase.getStatusCode&text=getStatusCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.ResponseBase.getValue()?alt=com.azure.core.http.rest.ResponseBase.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BlobDownloadResponse**</br> extends <xref href=\"com.azure.core.http.rest.ResponseBase?alt=com.azure.core.http.rest.ResponseBase&text=ResponseBase\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
constructors:
- uid: "com.azure.storage.blob.models.BlobDownloadResponse.BlobDownloadResponse(com.azure.storage.blob.models.BlobDownloadAsyncResponse)"
fullName: "com.azure.storage.blob.models.BlobDownloadResponse.BlobDownloadResponse(BlobDownloadAsyncResponse response)"
name: "BlobDownloadResponse(BlobDownloadAsyncResponse response)"
nameWithType: "BlobDownloadResponse.BlobDownloadResponse(BlobDownloadAsyncResponse response)"
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadResponse\"></xref>."
parameters:
- description: "Response returned from the service."
name: "response"
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadAsyncResponse?alt=com.azure.storage.blob.models.BlobDownloadAsyncResponse&text=BlobDownloadAsyncResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadResponse(BlobDownloadAsyncResponse response)"
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadResponse\"></xref>."
type: "class"
desc: "This class contains the response information return from the server when downloading a blob."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1