CopyProgress interface

複製進度。

屬性

accountId

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

actions

作業的可用動作。

bytesProcessed

表示傳輸的位元組。

dataAccountType

數據帳戶類型。

directoriesErroredOut

表示作業中發生錯誤的目錄。

error

如果有任何錯誤,則為階段

filesErroredOut

無法複製的檔案數目

filesProcessed

已處理的檔案數目

invalidDirectoriesProcessed

表示已重新命名的目錄

invalidFileBytesUploaded

未遵守自動重新命名所處理的 Azure 命名慣例的總數據量

invalidFilesProcessed

未遵守自動重新命名所處理之 Azure 命名慣例的檔案數目

isEnumerationInProgress

表示數據列舉是否正在進行中。 在達到這個值之前,TotalBytesToProcess 可能無效。

renamedContainerCount

未遵守自動重新命名所處理之 Azure 命名慣例的資料夾數目

storageAccountName

記憶體帳戶的名稱。 對於記憶體帳戶以外的數據帳戶類型而言,這會是空的。

totalBytesToProcess

作業要處理的數據總量。

totalFilesToProcess

要處理的檔案總數

transferType

數據傳輸類型

屬性詳細資料

accountId

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

accountId?: string

屬性值

string

actions

作業的可用動作。

actions?: CustomerResolutionCode[]

屬性值

bytesProcessed

表示傳輸的位元組。

bytesProcessed?: number

屬性值

number

dataAccountType

數據帳戶類型。

dataAccountType?: DataAccountType

屬性值

directoriesErroredOut

表示作業中發生錯誤的目錄。

directoriesErroredOut?: number

屬性值

number

error

如果有任何錯誤,則為階段

error?: CloudError

屬性值

filesErroredOut

無法複製的檔案數目

filesErroredOut?: number

屬性值

number

filesProcessed

已處理的檔案數目

filesProcessed?: number

屬性值

number

invalidDirectoriesProcessed

表示已重新命名的目錄

invalidDirectoriesProcessed?: number

屬性值

number

invalidFileBytesUploaded

未遵守自動重新命名所處理的 Azure 命名慣例的總數據量

invalidFileBytesUploaded?: number

屬性值

number

invalidFilesProcessed

未遵守自動重新命名所處理之 Azure 命名慣例的檔案數目

invalidFilesProcessed?: number

屬性值

number

isEnumerationInProgress

表示數據列舉是否正在進行中。 在達到這個值之前,TotalBytesToProcess 可能無效。

isEnumerationInProgress?: boolean

屬性值

boolean

renamedContainerCount

未遵守自動重新命名所處理之 Azure 命名慣例的資料夾數目

renamedContainerCount?: number

屬性值

number

storageAccountName

記憶體帳戶的名稱。 對於記憶體帳戶以外的數據帳戶類型而言,這會是空的。

storageAccountName?: string

屬性值

string

totalBytesToProcess

作業要處理的數據總量。

totalBytesToProcess?: number

屬性值

number

totalFilesToProcess

要處理的檔案總數

totalFilesToProcess?: number

屬性值

number

transferType

數據傳輸類型

transferType?: TransferType

屬性值