共用方式為


ServerEndpointSyncActivityStatus interface

同步工作階段狀態物件。

屬性

appliedBytes

套用的位元組注意:這個屬性不會串行化。 它只能由伺服器填入。

appliedItemCount

已套用的項目計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

perItemErrorCount

每個項目錯誤計數注意:這個屬性將不會串行化。 它只能由伺服器填入。

sessionMinutesRemaining

剩餘會話分鐘數(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

syncMode

同步模式注意:此屬性不會串行化。 它只能由伺服器填入。

timestamp

更新屬性時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

totalBytes

位元組總數(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

totalItemCount

項目計數總計(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

appliedBytes

套用的位元組注意:這個屬性不會串行化。 它只能由伺服器填入。

appliedBytes?: number

屬性值

number

appliedItemCount

已套用的項目計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

appliedItemCount?: number

屬性值

number

perItemErrorCount

每個項目錯誤計數注意:這個屬性將不會串行化。 它只能由伺服器填入。

perItemErrorCount?: number

屬性值

number

sessionMinutesRemaining

剩餘會話分鐘數(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

sessionMinutesRemaining?: number

屬性值

number

syncMode

同步模式注意:此屬性不會串行化。 它只能由伺服器填入。

syncMode?: string

屬性值

string

timestamp

更新屬性時的時間戳 注意:此屬性將不會串行化。 它只能由伺服器填入。

timestamp?: Date

屬性值

Date

totalBytes

位元組總數(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

totalBytes?: number

屬性值

number

totalItemCount

項目計數總計(如果有的話)注意:此屬性將不會串行化。 它只能由伺服器填入。

totalItemCount?: number

屬性值

number