ICloudBlob.DownloadToStreamAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| DownloadToStreamAsync(Stream) | |
| DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext) |
DownloadToStreamAsync(Stream)
public System.Threading.Tasks.Task DownloadToStreamAsync(System.IO.Stream target);
abstract member DownloadToStreamAsync : System.IO.Stream -> System.Threading.Tasks.Task
Public Function DownloadToStreamAsync (target As Stream) As Task
Parameters
- target
- System.IO.Stream
Returns
System.Threading.Tasks.Task
Applies to
DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)
public System.Threading.Tasks.Task DownloadToStreamAsync(System.IO.Stream target, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DownloadToStreamAsync : System.IO.Stream * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Function DownloadToStreamAsync (target As Stream, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task
Parameters
- target
- System.IO.Stream
- accessCondition
- AccessCondition
- options
- BlobRequestOptions
- operationContext
- OperationContext
Returns
System.Threading.Tasks.Task