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