ServerEndpointSyncActivityStatus interface

Sync Session status object.

Properties

appliedBytes

Applied bytes

appliedItemCount

Applied item count.

perItemErrorCount

Per item error count

sessionMinutesRemaining

Session minutes remaining (if available)

syncMode

Sync mode

timestamp

Timestamp when properties were updated

totalBytes

Total bytes (if available)

totalItemCount

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