49 строки
5.0 KiB
YAML
49 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.BlobDownloadContentResponse"
|
|
fullName: "com.azure.storage.blob.models.BlobDownloadContentResponse"
|
|
name: "BlobDownloadContentResponse"
|
|
nameWithType: "BlobDownloadContentResponse"
|
|
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 **BlobDownloadContentResponse**</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\" /><<xref href=\"com.azure.storage.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.BlobDownloadContentResponse.BlobDownloadContentResponse(com.azure.storage.blob.models.BlobDownloadContentAsyncResponse)"
|
|
fullName: "com.azure.storage.blob.models.BlobDownloadContentResponse.BlobDownloadContentResponse(BlobDownloadContentAsyncResponse response)"
|
|
name: "BlobDownloadContentResponse(BlobDownloadContentAsyncResponse response)"
|
|
nameWithType: "BlobDownloadContentResponse.BlobDownloadContentResponse(BlobDownloadContentAsyncResponse response)"
|
|
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadContentResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadContentResponse\"></xref>."
|
|
parameters:
|
|
- description: "Response returned from the service."
|
|
name: "response"
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobDownloadContentAsyncResponse?alt=com.azure.storage.blob.models.BlobDownloadContentAsyncResponse&text=BlobDownloadContentAsyncResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobDownloadContentResponse(BlobDownloadContentAsyncResponse response)"
|
|
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadContentResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadContentResponse\"></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.28.1
|