ServerEndpointSyncActivityStatus interface
Sync Session status object.
Properties
| applied |
Applied bytes |
| applied |
Applied item count. |
| per |
Per item error count |
| session |
Session minutes remaining (if available) |
| sync |
Sync mode |
| timestamp | Timestamp when properties were updated |
| total |
Total bytes (if available) |
| total |
Total item count (if available) |
Property Details
appliedBytes
Applied bytes
appliedBytes?: number
Property Value
number
appliedItemCount
Applied item count.
appliedItemCount?: number
Property Value
number
perItemErrorCount
Per item error count
perItemErrorCount?: number
Property Value
number
sessionMinutesRemaining
Session minutes remaining (if available)
sessionMinutesRemaining?: number
Property Value
number
syncMode
Sync mode
syncMode?: string
Property Value
string
timestamp
Timestamp when properties were updated
timestamp?: Date
Property Value
Date
totalBytes
Total bytes (if available)
totalBytes?: number
Property Value
number
totalItemCount
Total item count (if available)
totalItemCount?: number
Property Value
number