共用方式為


DataStatistics interface

與作業資料相關統計資料相關的其他詳細資料。 目前僅適用于備份、複製和還原作業。

屬性

cloudData

寫入雲端的資料位元組數目,作為作業的一部分。

processedData

目前處理的資料位元組數目,屬於作業的一部分。

throughput

處理的資料平均輸送量 (位元組/秒) ,作為作業的一部分。

totalData

要處理的資料總數,作為作業的一部分。

屬性詳細資料

cloudData

寫入雲端的資料位元組數目,作為作業的一部分。

cloudData?: number

屬性值

number

processedData

目前處理的資料位元組數目,屬於作業的一部分。

processedData?: number

屬性值

number

throughput

處理的資料平均輸送量 (位元組/秒) ,作為作業的一部分。

throughput?: number

屬性值

number

totalData

要處理的資料總數,作為作業的一部分。

totalData?: number

屬性值

number