Dela via


DataBoxCopyProgress Class

Definition

Copy progress.

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

Properties

AccountId

Id of the account where the data needs to be uploaded.

Actions

Available actions on the job.

BytesProcessed

To indicate bytes transferred.

DataAccountType

Data Account Type.

DirectoriesErroredOut

To indicate directories errored out in the job.

Error

Error, if any, in the stage.

FilesErroredOut

Number of files which could not be copied.

FilesProcessed

Number of files processed.

InvalidDirectoriesProcessed

To indicate directories renamed.

InvalidFileBytesUploaded

Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.

InvalidFilesProcessed

Number of files not adhering to azure naming conventions which were processed by automatic renaming.

IsEnumerationInProgress

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

RenamedContainerCount

Number of folders not adhering to azure naming conventions which were processed by automatic renaming.

StorageAccountName

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

TotalBytesToProcess

Total amount of data to be processed by the job.

TotalFilesToProcess

Total files to process.

TransferType

Transfer type of data.

Applies to