Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DriveStatus

Package version

interface

An interface representing DriveStatus. Provides information about the drive's status

Hierarchy

  • DriveStatus

Index

Properties

Optional bitLockerKey

bitLockerKey: undefined | string
member

{string} [bitLockerKey] The BitLocker key used to encrypt the drive.

Optional bytesSucceeded

bytesSucceeded: undefined | number
member

{number} [bytesSucceeded] Bytes successfully transferred for the drive.

Optional copyStatus

copyStatus: undefined | string
member

{string} [copyStatus] Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state.

Optional driveHeaderHash

driveHeaderHash: undefined | string
member

{string} [driveHeaderHash] The drive header hash value.

Optional driveId

driveId: undefined | string
member

{string} [driveId] The drive's hardware serial number, without spaces.

Optional errorLogUri

errorLogUri: undefined | string
member

{string} [errorLogUri] A URI that points to the blob containing the error log for the data transfer operation.

Optional manifestFile

manifestFile: undefined | string
member

{string} [manifestFile] The relative path of the manifest file on the drive.

Optional manifestHash

manifestHash: undefined | string
member

{string} [manifestHash] The Base16-encoded MD5 hash of the manifest file on the drive.

Optional manifestUri

manifestUri: undefined | string
member

{string} [manifestUri] A URI that points to the blob containing the drive manifest file.

Optional percentComplete

percentComplete: undefined | number
member

{number} [percentComplete] Percentage completed for the drive.

Optional state

state: DriveState
member

{DriveState} [state] The drive's current state. Possible values include: 'Specified', 'Received', 'NeverReceived', 'Transferring', 'Completed', 'CompletedMoreInfo', 'ShippedBack'

Optional verboseLogUri

verboseLogUri: undefined | string
member

{string} [verboseLogUri] A URI that points to the blob containing the verbose log for the data transfer operation.

Generated using TypeDoc