DataBoxDiskGranularCopyProgress interface

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

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

から継承GranularCopyProgress.accountId

actions

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

actions?: CustomerResolutionCode[]

プロパティ値

から継承GranularCopyProgress.actions

bytesProcessed

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

bytesProcessed?: number

プロパティ値

number

から継承GranularCopyProgress.bytesProcessed

dataAccountType

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

dataAccountType?: DataAccountType

プロパティ値

から継承GranularCopyProgress.dataAccountType

directoriesErroredOut

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

directoriesErroredOut?: number

プロパティ値

number

から継承GranularCopyProgress.directoriesErroredOut

error

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

error?: CloudError

プロパティ値

から継承GranularCopyProgress.error

filesErroredOut

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

filesErroredOut?: number

プロパティ値

number

から継承GranularCopyProgress.filesErroredOut

filesProcessed

処理されたファイルの数

filesProcessed?: number

プロパティ値

number

から継承GranularCopyProgress.filesProcessed

invalidDirectoriesProcessed

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

invalidDirectoriesProcessed?: number

プロパティ値

number

から継承GranularCopyProgress.invalidDirectoriesProcessed

invalidFileBytesUploaded

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

invalidFileBytesUploaded?: number

プロパティ値

number

から継承GranularCopyProgress.invalidFileBytesUploaded

invalidFilesProcessed

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

invalidFilesProcessed?: number

プロパティ値

number

から継承GranularCopyProgress.invalidFilesProcessed

isEnumerationInProgress

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

isEnumerationInProgress?: boolean

プロパティ値

boolean

から継承GranularCopyProgress.isEnumerationInProgress

renamedContainerCount

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

renamedContainerCount?: number

プロパティ値

number

から継承GranularCopyProgress.renamedContainerCount

storageAccountName

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

storageAccountName?: string

プロパティ値

string

から継承GranularCopyProgress.storageAccountName

totalBytesToProcess

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

totalBytesToProcess?: number

プロパティ値

number

から継承GranularCopyProgress.totalBytesToProcess

totalFilesToProcess

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

totalFilesToProcess?: number

プロパティ値

number

から継承GranularCopyProgress.totalFilesToProcess

transferType

データの転送の種類

transferType?: TransferType

プロパティ値

から継承GranularCopyProgress.transferType