共用方式為


ServerEndpointSyncSessionStatus interface

同步會話狀態物件。

屬性

filesNotSyncingErrors

來自上一個同步會話的每個專案錯誤陣列。 注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncMode

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

lastSyncPerItemErrorCount

每個專案上次同步處理錯誤計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncResult

上次同步處理結果 (HResult) 注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncSuccessTimestamp

上次同步處理成功時間戳記注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncTimestamp

上次同步時間戳記注意:此屬性不會序列化。 它只能由伺服器填入。

persistentFilesNotSyncingCount

永續性檔案未同步的計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

transientFilesNotSyncingCount

暫時性檔案未同步的計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

屬性詳細資料

filesNotSyncingErrors

來自上一個同步會話的每個專案錯誤陣列。 注意:此屬性不會序列化。 它只能由伺服器填入。

filesNotSyncingErrors?: ServerEndpointFilesNotSyncingError[]

屬性值

lastSyncMode

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

lastSyncMode?: string

屬性值

string

lastSyncPerItemErrorCount

每個專案上次同步處理錯誤計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncPerItemErrorCount?: number

屬性值

number

lastSyncResult

上次同步處理結果 (HResult) 注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncResult?: number

屬性值

number

lastSyncSuccessTimestamp

上次同步處理成功時間戳記注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncSuccessTimestamp?: Date

屬性值

Date

lastSyncTimestamp

上次同步時間戳記注意:此屬性不會序列化。 它只能由伺服器填入。

lastSyncTimestamp?: Date

屬性值

Date

persistentFilesNotSyncingCount

永續性檔案未同步的計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

persistentFilesNotSyncingCount?: number

屬性值

number

transientFilesNotSyncingCount

暫時性檔案未同步的計數。 注意:此屬性不會序列化。 它只能由伺服器填入。

transientFilesNotSyncingCount?: number

屬性值

number