次の方法で共有


DataBoxDiskCopyProgress クラス

定義

DataBox ディスク コピーの進行状況

public class DataBoxDiskCopyProgress
type DataBoxDiskCopyProgress = class
Public Class DataBoxDiskCopyProgress
継承
DataBoxDiskCopyProgress

コンストラクター

DataBoxDiskCopyProgress()

DataBoxDiskCopyProgress クラスの新しいインスタンスを初期化します。

DataBoxDiskCopyProgress(String, Nullable<Int64>, Nullable<Int32>, String)

DataBoxDiskCopyProgress クラスの新しいインスタンスを初期化します。

プロパティ

BytesCopied

ディスクのコピー中にコピーされたバイト数を取得します。

PercentComplete

取得は、ディスクのコピーに対して完了した割合を示します。

SerialNumber

ディスクのシリアル番号を取得します

Status

コピーの状態を取得します。 指定できる値は、'NotStarted'、'InProgress'、'Completed'、、 'CompletedWithErrors'、'Failed'、'NotReturned'、'HardwareError'、'DeviceFormatted'、'DeviceMetadataModified'、'StorageAccountNotAccessible'、'UnsupportedData'、'DriveNotReceived'、'UnsupportedDrive'、'OtherServiceError'、'OtherUserError'、'DriveNotDetected'、'DriveCorrupted'、'MetadataFilesModifiedOrRemoved'

適用対象