CopyProgress Class

Definition

Copy progress.

public class CopyProgress
type CopyProgress = class
Public Class CopyProgress
Inheritance
CopyProgress
Derived

Constructors

CopyProgress()

Initializes a new instance of the CopyProgress class.

CopyProgress(String, Nullable<TransferType>, Nullable<DataAccountType>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the CopyProgress class.

Properties

AccountId

Gets id of the account where the data needs to be uploaded.

BytesProcessed

Gets to indicate bytes transferred.

DataAccountType

Gets data Account Type. Possible values include: 'StorageAccount', 'ManagedDisk'

DirectoriesErroredOut

Gets to indicate directories errored out in the job.

FilesErroredOut

Gets number of files which could not be copied

FilesProcessed

Gets number of files processed

InvalidDirectoriesProcessed

Gets to indicate directories renamed

InvalidFileBytesUploaded

Gets total amount of data not adhering to azure naming conventions which were processed by automatic renaming

InvalidFilesProcessed

Gets number of files not adhering to azure naming conventions which were processed by automatic renaming

IsEnumerationInProgress

Gets to indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.

RenamedContainerCount

Gets number of folders not adhering to azure naming conventions which were processed by automatic renaming

StorageAccountName

Gets name of the storage account. This will be empty for data account types other than storage account.

TotalBytesToProcess

Gets total amount of data to be processed by the job.

TotalFilesToProcess

Gets total files to process

TransferType

Gets transfer type of data. Possible values include: 'ImportToAzure', 'ExportFromAzure'

Applies to