abstract AbstractStreamingSyncImplementation
Extends
Implements
Constructors
new AbstractStreamingSyncImplementation()
new AbstractStreamingSyncImplementation(options): AbstractStreamingSyncImplementation
Parameters
| Parameter | Type |
|---|---|
options | AbstractStreamingSyncImplementationOptions |
Returns
AbstractStreamingSyncImplementation
Overrides
Properties
| Property | Type |
|---|---|
syncStatus | SyncStatus |
triggerCrudUpload | () => void |
Accessors
isConnected
Get Signature
get isConnected(): boolean
Returns
boolean
Implementation of
StreamingSyncImplementation.isConnected
lastSyncedAt
Get Signature
get lastSyncedAt(): undefined | Date