DataBoxDiskJobDetails interface
DataBox Disk Job Details.
- Extends
Properties
| copy |
Copy progress per disk. |
| disks |
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer. |
| granular |
Copy progress per disk. |
| granular |
Copy progress per disk. |
| job |
Indicates the type of job details. |
| passkey | User entered passkey for DataBox Disk job. |
| preferred |
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int. |
Inherited Properties
| actions | Available actions on the job. |
| chain |
Shared access key to download the chain of custody logs |
| contact |
Contact details for notification and shipping. |
| copy |
List of copy log details. |
| datacenter |
Datacenter address to ship to, for the given sku and storage location. |
| data |
DataCenter code. |
| data |
Details of the data to be exported from azure. |
| data |
Details of the data to be imported into azure. |
| delivery |
Delivery package shipping details. |
| device |
Holds device data erasure details |
| expected |
The expected size of the data, which needs to be transferred in this job, in terabytes. |
| job |
List of stages that run in the job. |
| key |
Details about which key encryption type is being used. |
| last |
Last mitigation action performed on the job. |
| preferences | Preferences for the order. |
| return |
Return package shipping details. |
| reverse |
Shared access key to download the return shipment label |
| reverse |
Optional Reverse Shipping details for order. |
| shipping |
Shipping address of the customer. |
Property Details
copyProgress
Copy progress per disk.
copyProgress?: DataBoxDiskCopyProgress[]
Property Value
disksAndSizeDetails
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
disksAndSizeDetails?: Record<string, number>
Property Value
Record<string, number>
granularCopyLogDetails
Copy progress per disk.
granularCopyLogDetails?: DataBoxDiskGranularCopyLogDetails[]
Property Value
granularCopyProgress
Copy progress per disk.
granularCopyProgress?: DataBoxDiskGranularCopyProgress[]
Property Value
jobDetailsType
Indicates the type of job details.
jobDetailsType: "DataBoxDisk"
Property Value
"DataBoxDisk"
passkey
User entered passkey for DataBox Disk job.
passkey?: string
Property Value
string
preferredDisks
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
preferredDisks?: Record<string, number>
Property Value
Record<string, number>
Inherited Property Details
actions
Available actions on the job.
actions?: CustomerResolutionCode[]
Property Value
Inherited From JobDetails.actions
chainOfCustodySasKey
Shared access key to download the chain of custody logs
chainOfCustodySasKey?: string
Property Value
string
Inherited From JobDetails.chainOfCustodySasKey
contactDetails
Contact details for notification and shipping.
contactDetails: ContactDetails
Property Value
Inherited From JobDetails.contactDetails
copyLogDetails
List of copy log details.
copyLogDetails?: CopyLogDetailsUnion[]
Property Value
Inherited From JobDetails.copyLogDetails
datacenterAddress
Datacenter address to ship to, for the given sku and storage location.
datacenterAddress?: DatacenterAddressResponseUnion
Property Value
Inherited From JobDetails.datacenterAddress
dataCenterCode
DataCenter code.
dataCenterCode?: string
Property Value
string
Inherited From JobDetails.dataCenterCode
dataExportDetails
Details of the data to be exported from azure.
dataExportDetails?: DataExportDetails[]
Property Value
Inherited From JobDetails.dataExportDetails
dataImportDetails
Details of the data to be imported into azure.
dataImportDetails?: DataImportDetails[]
Property Value
Inherited From JobDetails.dataImportDetails
deliveryPackage
Delivery package shipping details.
deliveryPackage?: PackageShippingDetails
Property Value
Inherited From JobDetails.deliveryPackage
deviceErasureDetails
Holds device data erasure details
deviceErasureDetails?: DeviceErasureDetails
Property Value
Inherited From JobDetails.deviceErasureDetails
expectedDataSizeInTeraBytes
The expected size of the data, which needs to be transferred in this job, in terabytes.
expectedDataSizeInTeraBytes?: number
Property Value
number
Inherited From JobDetails.expectedDataSizeInTeraBytes
jobStages
List of stages that run in the job.
jobStages?: JobStages[]
Property Value
Inherited From JobDetails.jobStages
keyEncryptionKey
Details about which key encryption type is being used.
keyEncryptionKey?: KeyEncryptionKey
Property Value
Inherited From JobDetails.keyEncryptionKey
lastMitigationActionOnJob
Last mitigation action performed on the job.
lastMitigationActionOnJob?: LastMitigationActionOnJob
Property Value
Inherited From JobDetails.lastMitigationActionOnJob
preferences
Preferences for the order.
preferences?: Preferences
Property Value
Inherited From JobDetails.preferences
returnPackage
Return package shipping details.
returnPackage?: PackageShippingDetails
Property Value
Inherited From JobDetails.returnPackage
reverseShipmentLabelSasKey
Shared access key to download the return shipment label
reverseShipmentLabelSasKey?: string
Property Value
string
Inherited From JobDetails.reverseShipmentLabelSasKey
reverseShippingDetails
Optional Reverse Shipping details for order.
reverseShippingDetails?: ReverseShippingDetails
Property Value
Inherited From JobDetails.reverseShippingDetails
shippingAddress
Shipping address of the customer.
shippingAddress?: ShippingAddress
Property Value
Inherited From JobDetails.shippingAddress