DriveStatusResponse

data class DriveStatusResponse(val bitLockerKey: String? = null, val bytesSucceeded: Double? = null, val copyStatus: String? = null, val driveHeaderHash: String? = null, val driveId: String? = null, val errorLogUri: String? = null, val manifestFile: String? = null, val manifestHash: String? = null, val manifestUri: String? = null, val percentComplete: Double? = null, val state: String? = null, val verboseLogUri: String? = null)

Provides information about the drive's status

Constructors

Link copied to clipboard
constructor(bitLockerKey: String? = null, bytesSucceeded: Double? = null, copyStatus: String? = null, driveHeaderHash: String? = null, driveId: String? = null, errorLogUri: String? = null, manifestFile: String? = null, manifestHash: String? = null, manifestUri: String? = null, percentComplete: Double? = null, state: String? = null, verboseLogUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bitLockerKey: String? = null

The BitLocker key used to encrypt the drive.

Link copied to clipboard
val bytesSucceeded: Double? = null

Bytes successfully transferred for the drive.

Link copied to clipboard
val copyStatus: String? = null

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

Link copied to clipboard
val driveHeaderHash: String? = null

The drive header hash value.

Link copied to clipboard
val driveId: String? = null

The drive's hardware serial number, without spaces.

Link copied to clipboard
val errorLogUri: String? = null

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

Link copied to clipboard
val manifestFile: String? = null

The relative path of the manifest file on the drive.

Link copied to clipboard
val manifestHash: String? = null

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

Link copied to clipboard
val manifestUri: String? = null

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

Link copied to clipboard
val percentComplete: Double? = null

Percentage completed for the drive.

Link copied to clipboard
val state: String? = null

The drive's current state.

Link copied to clipboard
val verboseLogUri: String? = null

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