DriveStatus interface

Provides information about the drive's status

Properties

bitLockerKey

The BitLocker key used to encrypt the drive.

bytesSucceeded

Bytes successfully transferred for the drive.

copyStatus

Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state.

driveHeaderHash

The drive header hash value.

driveId

The drive's hardware serial number, without spaces.

errorLogUri

A URI that points to the blob containing the error log for the data transfer operation.

manifestFile

The relative path of the manifest file on the drive.

manifestHash

The Base16-encoded MD5 hash of the manifest file on the drive.

manifestUri

A URI that points to the blob containing the drive manifest file.

percentComplete

Percentage completed for the drive.

state

The drive's current state.

verboseLogUri

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