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

88 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobDownloadAsyncResponse"
fullName: "com.azure.storage.blob.models.BlobDownloadAsyncResponse"
name: "BlobDownloadAsyncResponse"
nameWithType: "BlobDownloadAsyncResponse"
summary: "This class contains the response information returned 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 **BlobDownloadAsyncResponse**</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://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;</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
constructors:
- uid: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.BlobDownloadAsyncResponse(com.azure.core.http.HttpRequest,int,com.azure.core.http.HttpHeaders,reactor.core.publisher.Flux<java.nio.ByteBuffer>,com.azure.storage.blob.models.BlobDownloadHeaders)"
fullName: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, BlobDownloadHeaders deserializedHeaders)"
name: "BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, BlobDownloadHeaders deserializedHeaders)"
nameWithType: "BlobDownloadAsyncResponse.BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, BlobDownloadHeaders deserializedHeaders)"
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadAsyncResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadAsyncResponse\"></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 by 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.blob.models.BlobDownloadHeaders?alt=com.azure.storage.blob.models.BlobDownloadHeaders&text=BlobDownloadHeaders\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux<ByteBuffer> value, BlobDownloadHeaders deserializedHeaders)"
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.BlobDownloadAsyncResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobDownloadAsyncResponse\"></xref>."
methods:
- uid: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.close()"
fullName: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.close()"
name: "close()"
nameWithType: "BlobDownloadAsyncResponse.close()"
syntax: "public void close()"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
- uid: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.writeValueToAsync(java.nio.channels.AsynchronousByteChannel,com.azure.core.util.ProgressReporter)"
fullName: "com.azure.storage.blob.models.BlobDownloadAsyncResponse.writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)"
name: "writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)"
nameWithType: "BlobDownloadAsyncResponse.writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)"
summary: "Transfers content bytes to the <xref uid=\"java.nio.channels.AsynchronousByteChannel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AsynchronousByteChannel\"></xref>."
parameters:
- description: "The destination <xref uid=\"java.nio.channels.AsynchronousByteChannel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AsynchronousByteChannel\"></xref>."
name: "channel"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/channels/AsynchronousByteChannel.html\">AsynchronousByteChannel</a>"
- description: "Optional <xref uid=\"com.azure.core.util.ProgressReporter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProgressReporter\"></xref>."
name: "progressReporter"
type: "<xref href=\"com.azure.core.util.ProgressReporter?alt=com.azure.core.util.ProgressReporter&text=ProgressReporter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Void> writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)"
desc: "Transfers content bytes to the <xref uid=\"java.nio.channels.AsynchronousByteChannel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AsynchronousByteChannel\"></xref>."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when transfer is completed."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
type: "class"
desc: "This class contains the response information returned from the server when downloading a blob."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html\">Closeable</a>"
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1