Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginProcessing ( ) : void | ||
ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool |
Confirm the overwrite operation
|
|
EndProcessing ( ) : void | ||
GetTransferContext ( System.Management.Automation.ProgressRecord record, long totalTransferLength ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext |
protected ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool | ||
sourcePath | string | Indicating the source path. |
destinationPath | string | Indicating the destination path. |
return | bool |
protected GetTransferContext ( System.Management.Automation.ProgressRecord record, long totalTransferLength ) : Microsoft.WindowsAzure.Storage.DataMovement.TransferContext | ||
record | System.Management.Automation.ProgressRecord | |
totalTransferLength | long | |
return | Microsoft.WindowsAzure.Storage.DataMovement.TransferContext |