azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

61 строка
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse"
fullName: "com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse"
name: "ShareFileDownloadAsyncResponse"
nameWithType: "ShareFileDownloadAsyncResponse"
summary: "This class contains the response information returned from the server when downloading a file."
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 class **ShareFileDownloadAsyncResponse**</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.file.share.models.ShareFileDownloadHeaders?alt=com.azure.storage.file.share.models.ShareFileDownloadHeaders&text=ShareFileDownloadHeaders\" data-throw-if-not-resolved=\"False\" />,<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;"
constructors:
- uid: "com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse.ShareFileDownloadAsyncResponse(com.azure.core.http.HttpRequest,int,com.azure.core.http.HttpHeaders,reactor.core.publisher.Flux<java.nio.ByteBuffer>,com.azure.storage.file.share.models.ShareFileDownloadHeaders)"
fullName: "com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse.ShareFileDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, ShareFileDownloadHeaders deserializedHeaders)"
name: "ShareFileDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, ShareFileDownloadHeaders deserializedHeaders)"
nameWithType: "ShareFileDownloadAsyncResponse.ShareFileDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, ShareFileDownloadHeaders deserializedHeaders)"
summary: "Constructs a <xref uid=\"com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileDownloadAsyncResponse\"></xref>."
parameters:
- description: "Request sent to the service."
name: "request"
type: "<xref href=\"com.azure.core.http.HttpRequest?alt=com.azure.core.http.HttpRequest&text=HttpRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "Response status code returned by the service."
name: "statusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "Raw headers returned in the response."
name: "headers"
type: "<xref href=\"com.azure.core.http.HttpHeaders?alt=com.azure.core.http.HttpHeaders&text=HttpHeaders\" data-throw-if-not-resolved=\"False\" />"
- description: "Stream of download data being returned by the service."
name: "value"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;"
- description: "Headers deserialized into an object."
name: "deserializedHeaders"
type: "<xref href=\"com.azure.storage.file.share.models.ShareFileDownloadHeaders?alt=com.azure.storage.file.share.models.ShareFileDownloadHeaders&text=ShareFileDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ShareFileDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, ShareFileDownloadHeaders deserializedHeaders)"
desc: "Constructs a <xref uid=\"com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileDownloadAsyncResponse\"></xref>."
type: "class"
desc: "This class contains the response information returned from the server when downloading a file."
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.24.0