ServerEndpointSyncActivityStatus interface

Sync Session status object.

Properties

appliedBytes

Applied bytes NOTE: This property will not be serialized. It can only be populated by the server.

appliedItemCount

Applied item count. NOTE: This property will not be serialized. It can only be populated by the server.

perItemErrorCount

Per item error count NOTE: This property will not be serialized. It can only be populated by the server.

sessionMinutesRemaining

Session minutes remaining (if available) NOTE: This property will not be serialized. It can only be populated by the server.

syncMode

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.

totalBytes

Total bytes (if available) NOTE: This property will not be serialized. It can only be populated by the server.

totalItemCount

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