C# Class Microsoft.WindowsAzure.Commands.Storage.File.StorageFileDataManagementCmdletBase

Inheritance: AzureStorageFileCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

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

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

ConfirmOverwrite() protected method

Confirm the overwrite operation
protected ConfirmOverwrite ( string sourcePath, string destinationPath ) : bool
sourcePath string Indicating the source path.
destinationPath string Indicating the destination path.
return bool

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

GetTransferContext() protected method

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