DataBoxDiskGranularCopyProgress interface

DataBox 磁碟細微複製進度

Extends

屬性

copyStatus

複本的狀態

serialNumber

磁碟序號。

繼承的屬性

accountId

需要上傳數據的帳戶標識碼。

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

需要上傳數據的帳戶標識碼。

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.directoryErroredOut

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