DataBoxCustomerDiskCopyProgress interface
DataBox CustomerDisk Copy Progress
- Extends
Properties
| copy |
The Status of the copy |
| serial |
Disk Serial Number. |
Inherited Properties
| account |
Id of the account where the data needs to be uploaded. |
| actions | Available actions on the job. |
| bytes |
To indicate bytes transferred. |
| data |
Data Account Type. |
| directories |
To indicate directories errored out in the job. |
| error | Error, if any, in the stage |
| files |
Number of files which could not be copied |
| files |
Number of files processed |
| invalid |
To indicate directories renamed |
| invalid |
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming |
| invalid |
Number of files not adhering to azure naming conventions which were processed by automatic renaming |
| is |
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. |
| renamed |
Number of folders not adhering to azure naming conventions which were processed by automatic renaming |
| storage |
Name of the storage account. This will be empty for data account types other than storage account. |
| total |
Total amount of data to be processed by the job. |
| total |
Total files to process |
| transfer |
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 CopyProgress.accountId
actions
Available actions on the job.
actions?: CustomerResolutionCode[]
Property Value
Inherited From CopyProgress.actions
bytesProcessed
To indicate bytes transferred.
bytesProcessed?: number
Property Value
number
Inherited From CopyProgress.bytesProcessed
dataAccountType
Data Account Type.
dataAccountType?: DataAccountType
Property Value
Inherited From CopyProgress.dataAccountType
directoriesErroredOut
To indicate directories errored out in the job.
directoriesErroredOut?: number
Property Value
number
Inherited From CopyProgress.directoriesErroredOut
error
filesErroredOut
Number of files which could not be copied
filesErroredOut?: number
Property Value
number
Inherited From CopyProgress.filesErroredOut
filesProcessed
Number of files processed
filesProcessed?: number
Property Value
number
Inherited From CopyProgress.filesProcessed
invalidDirectoriesProcessed
To indicate directories renamed
invalidDirectoriesProcessed?: number
Property Value
number
Inherited From CopyProgress.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 CopyProgress.invalidFileBytesUploaded
invalidFilesProcessed
Number of files not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed?: number
Property Value
number
Inherited From CopyProgress.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 CopyProgress.isEnumerationInProgress
renamedContainerCount
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
renamedContainerCount?: number
Property Value
number
Inherited From CopyProgress.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 CopyProgress.storageAccountName
totalBytesToProcess
Total amount of data to be processed by the job.
totalBytesToProcess?: number
Property Value
number
Inherited From CopyProgress.totalBytesToProcess
totalFilesToProcess
Total files to process
totalFilesToProcess?: number
Property Value
number
Inherited From CopyProgress.totalFilesToProcess
transferType
Transfer type of data
transferType?: TransferType
Property Value
Inherited From CopyProgress.transferType