Click or drag to resize

TransferManagerUploadDirectoryAsync Method (String, CloudFileDirectory)

Upload a directory to Azure File Storage.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public static Task<TransferStatus> UploadDirectoryAsync(
	string sourcePath,
	CloudFileDirectory destFileDir
)

Parameters

sourcePath
Type: SystemString
Path to the source directory
destFileDir
Type: CloudFileDirectory
The CloudFileDirectory that is the destination Azure file directory.

Return Value

Type: TaskTransferStatus
A TaskTResult object of type TransferStatus that represents the asynchronous operation.
See Also