DataBoxDiskGranularCopyProgress interface

DataBox Disk Granular Copy Progress

Extends

Properties

copyStatus

The Status of the copy

serialNumber

Disk Serial Number.

Inherited 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

Property Details

copyStatus

The Status of the copy

copyStatus?: string

Property Value

string

serialNumber

Disk Serial Number.

serialNumber?: string

Property Value

string

Inherited Property Details

accountId

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

accountId?: string

Property Value

string

Inherited From GranularCopyProgress.accountId

actions

Available actions on the job.

actions?: CustomerResolutionCode[]

Property Value

Inherited From GranularCopyProgress.actions

bytesProcessed

To indicate bytes transferred.

bytesProcessed?: number

Property Value

number

Inherited From GranularCopyProgress.bytesProcessed

dataAccountType

Data Account Type.

dataAccountType?: DataAccountType

Property Value

Inherited From GranularCopyProgress.dataAccountType

directoriesErroredOut

To indicate directories errored out in the job.

directoriesErroredOut?: number

Property Value

number

Inherited From GranularCopyProgress.directoriesErroredOut

error

Error, if any, in the stage

error?: CloudError

Property Value

Inherited From GranularCopyProgress.error

filesErroredOut

Number of files which could not be copied

filesErroredOut?: number

Property Value

number

Inherited From GranularCopyProgress.filesErroredOut

filesProcessed

Number of files processed

filesProcessed?: number

Property Value

number

Inherited From GranularCopyProgress.filesProcessed

invalidDirectoriesProcessed

To indicate directories renamed

invalidDirectoriesProcessed?: number

Property Value

number

Inherited From GranularCopyProgress.invalidDirectoriesProcessed

invalidFileBytesUploaded

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

invalidFileBytesUploaded?: number

Property Value

number

Inherited From GranularCopyProgress.invalidFileBytesUploaded

invalidFilesProcessed

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

invalidFilesProcessed?: number

Property Value

number

Inherited From GranularCopyProgress.invalidFilesProcessed

isEnumerationInProgress

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

isEnumerationInProgress?: boolean

Property Value

boolean

Inherited From GranularCopyProgress.isEnumerationInProgress

renamedContainerCount

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

renamedContainerCount?: number

Property Value

number

Inherited From GranularCopyProgress.renamedContainerCount

storageAccountName

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

storageAccountName?: string

Property Value

string

Inherited From GranularCopyProgress.storageAccountName

totalBytesToProcess

Total amount of data to be processed by the job.

totalBytesToProcess?: number

Property Value

number

Inherited From GranularCopyProgress.totalBytesToProcess

totalFilesToProcess

Total files to process

totalFilesToProcess?: number

Property Value

number

Inherited From GranularCopyProgress.totalFilesToProcess

transferType

Transfer type of data

transferType?: TransferType

Property Value

Inherited From GranularCopyProgress.transferType