DriveStatus interface
Provides information about the drive's status
Properties
bit |
The BitLocker key used to encrypt the drive. |
bytes |
Bytes successfully transferred for the drive. |
copy |
Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state. |
drive |
The drive header hash value. |
drive |
The drive's hardware serial number, without spaces. |
error |
A URI that points to the blob containing the error log for the data transfer operation. |
manifest |
The relative path of the manifest file on the drive. |
manifest |
The Base16-encoded MD5 hash of the manifest file on the drive. |
manifest |
A URI that points to the blob containing the drive manifest file. |
percent |
Percentage completed for the drive. |
state | The drive's current state. |
verbose |
A URI that points to the blob containing the verbose log for the data transfer operation. |
Property Details
bitLockerKey
The BitLocker key used to encrypt the drive.
bitLockerKey?: string
Property Value
string
bytesSucceeded
Bytes successfully transferred for the drive.
bytesSucceeded?: number
Property Value
number
copyStatus
Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state.
copyStatus?: string
Property Value
string
driveHeaderHash
The drive header hash value.
driveHeaderHash?: string
Property Value
string
driveId
The drive's hardware serial number, without spaces.
driveId?: string
Property Value
string
errorLogUri
A URI that points to the blob containing the error log for the data transfer operation.
errorLogUri?: string
Property Value
string
manifestFile
The relative path of the manifest file on the drive.
manifestFile?: string
Property Value
string
manifestHash
The Base16-encoded MD5 hash of the manifest file on the drive.
manifestHash?: string
Property Value
string
manifestUri
A URI that points to the blob containing the drive manifest file.
manifestUri?: string
Property Value
string
percentComplete
Percentage completed for the drive.
percentComplete?: number
Property Value
number
state
The drive's current state.
state?: string
Property Value
string
verboseLogUri
A URI that points to the blob containing the verbose log for the data transfer operation.
verboseLogUri?: string
Property Value
string
Azure SDK for JavaScript