ServerEndpointSyncActivityStatus interface
Sync Session status object.
Properties
applied |
Applied bytes NOTE: This property will not be serialized. It can only be populated by the server. |
applied |
Applied item count. NOTE: This property will not be serialized. It can only be populated by the server. |
per |
Per item error count NOTE: This property will not be serialized. It can only be populated by the server. |
session |
Session minutes remaining (if available) NOTE: This property will not be serialized. It can only be populated by the server. |
sync |
Sync mode NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Timestamp when properties were updated NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total bytes (if available) NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total item count (if available) NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appliedBytes
Applied bytes NOTE: This property will not be serialized. It can only be populated by the server.
appliedBytes?: number
Property Value
number
appliedItemCount
Applied item count. NOTE: This property will not be serialized. It can only be populated by the server.
appliedItemCount?: number
Property Value
number
perItemErrorCount
Per item error count NOTE: This property will not be serialized. It can only be populated by the server.
perItemErrorCount?: number
Property Value
number
sessionMinutesRemaining
Session minutes remaining (if available) NOTE: This property will not be serialized. It can only be populated by the server.
sessionMinutesRemaining?: number
Property Value
number
syncMode
Sync mode NOTE: This property will not be serialized. It can only be populated by the server.
syncMode?: string
Property Value
string
timestamp
Timestamp when properties were updated NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
totalBytes
Total bytes (if available) NOTE: This property will not be serialized. It can only be populated by the server.
totalBytes?: number
Property Value
number
totalItemCount
Total item count (if available) NOTE: This property will not be serialized. It can only be populated by the server.
totalItemCount?: number
Property Value
number