BlobDownloadResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. storage. blob. models. BlobDownloadResponse
- com.
- com.
public final class BlobDownloadResponse
extends ResponseBase<BlobDownloadHeaders,Void>
This class contains the response information return from the server when downloading a blob.
Constructor Summary
Constructor | Description |
---|---|
BlobDownloadResponse(BlobDownloadAsyncResponse response) |
Constructs a BlobDownloadResponse. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
BlobDownloadResponse
public BlobDownloadResponse(BlobDownloadAsyncResponse response)
Constructs a BlobDownloadResponse.
Parameters:
response
- Response returned from the service.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for Java