DataBoxCustomerDiskCopyProgress interface

DataBox CustomerDisk のコピーの進行状況

Extends

プロパティ

copyStatus

コピーの状態

serialNumber

ディスクのシリアル番号。

継承されたプロパティ

accountId

データをアップロードする必要があるアカウントの ID。

actions

ジョブで使用可能なアクション。

bytesProcessed

転送されたバイト数を示します。

dataAccountType

データ アカウントの種類。

directoriesErroredOut

ジョブでエラーが発生したディレクトリを示す場合。

error

ステージにエラーがある場合

filesErroredOut

コピーできなかったファイルの数

filesProcessed

処理されたファイルの数

invalidDirectoriesProcessed

ディレクトリの名前が変更されたことを示すには

invalidFileBytesUploaded

自動名前変更によって処理された Azure の名前付け規則に準拠していないデータの合計量

invalidFilesProcessed

自動名前変更によって処理された Azure の名前付け規則に準拠していないファイルの数

isEnumerationInProgress

データの列挙が進行中かどうかを示します。 これが当てはまるまで、TotalBytesToProcess が有効でない可能性があります。

renamedContainerCount

自動名前変更によって処理された Azure の名前付け規則に準拠していないフォルダーの数

storageAccountName

ストレージ アカウントの名前。 ストレージ アカウント以外のデータ アカウントの種類の場合、これは空になります。

totalBytesToProcess

ジョブによって処理されるデータの合計量。

totalFilesToProcess

処理するファイルの合計数

transferType

データの転送の種類

プロパティの詳細

copyStatus

コピーの状態

copyStatus?: string

プロパティ値

string

serialNumber

ディスクのシリアル番号。

serialNumber?: string

プロパティ値

string

継承されたプロパティの詳細

accountId

データをアップロードする必要があるアカウントの ID。

accountId?: string

プロパティ値

string

承元CopyProgress.accountId

actions

ジョブで使用可能なアクション。

actions?: CustomerResolutionCode[]

プロパティ値

継承元CopyProgress.actions

bytesProcessed

転送されたバイト数を示します。

bytesProcessed?: number

プロパティ値

number

承元CopyProgress.bytesProcessed

dataAccountType

データ アカウントの種類。

dataAccountType?: DataAccountType

プロパティ値

承元CopyProgress.dataAccountType

directoriesErroredOut

ジョブでエラーが発生したディレクトリを示す場合。

directoriesErroredOut?: number

プロパティ値

number

承元CopyProgress.directoriesErroredOut

error

ステージにエラーがある場合

error?: CloudError

プロパティ値

承元CopyProgress.error

filesErroredOut

コピーできなかったファイルの数

filesErroredOut?: number

プロパティ値

number

承元CopyProgress.filesErroredOut

filesProcessed

処理されたファイルの数

filesProcessed?: number

プロパティ値

number

承元CopyProgress.filesProcessed

invalidDirectoriesProcessed

ディレクトリの名前が変更されたことを示すには

invalidDirectoriesProcessed?: number

プロパティ値

number

承元CopyProgress.invalidDirectoriesProcessed

invalidFileBytesUploaded

自動名前変更によって処理された Azure の名前付け規則に準拠していないデータの合計量

invalidFileBytesUploaded?: number

プロパティ値

number

承元CopyProgress.invalidFileBytesUploaded

invalidFilesProcessed

自動名前変更によって処理された Azure の名前付け規則に準拠していないファイルの数

invalidFilesProcessed?: number

プロパティ値

number

承元CopyProgress.invalidFilesProcessed

isEnumerationInProgress

データの列挙が進行中かどうかを示します。 これが当てはまるまで、TotalBytesToProcess が有効でない可能性があります。

isEnumerationInProgress?: boolean

プロパティ値

boolean

承元CopyProgress.isEnumerationInProgress

renamedContainerCount

自動名前変更によって処理された Azure の名前付け規則に準拠していないフォルダーの数

renamedContainerCount?: number

プロパティ値

number

承元CopyProgress.renamedContainerCount

storageAccountName

ストレージ アカウントの名前。 ストレージ アカウント以外のデータ アカウントの種類の場合、これは空になります。

storageAccountName?: string

プロパティ値

string

承元CopyProgress.storageAccountName

totalBytesToProcess

ジョブによって処理されるデータの合計量。

totalBytesToProcess?: number

プロパティ値

number

承元CopyProgress.totalBytesToProcess

totalFilesToProcess

処理するファイルの合計数

totalFilesToProcess?: number

プロパティ値

number

承元CopyProgress.totalFilesToProcess

transferType

データの転送の種類

transferType?: TransferType

プロパティ値

承元CopyProgress.transferType