ICloudBlob.DownloadToFileAsync 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
DownloadToFileAsync(String, FileMode) | |
DownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext) |
DownloadToFileAsync(String, FileMode)
public System.Threading.Tasks.Task DownloadToFileAsync (string path, System.IO.FileMode mode);
abstract member DownloadToFileAsync : string * System.IO.FileMode -> System.Threading.Tasks.Task
Public Function DownloadToFileAsync (path As String, mode As FileMode) As Task
Parameters
- path
- String
- mode
- FileMode
Returns
Applies to
DownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)
public System.Threading.Tasks.Task DownloadToFileAsync (string path, System.IO.FileMode mode, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DownloadToFileAsync : string * System.IO.FileMode * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Function DownloadToFileAsync (path As String, mode As FileMode, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task
Parameters
- path
- String
- mode
- FileMode
- accessCondition
- AccessCondition
- options
- BlobRequestOptions
- operationContext
- OperationContext