Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SyncServerInfo

Index

Properties

attachmentsDownloaded

attachmentsDownloaded: boolean

Whether attachments have been downloaded or not.

featureServiceUrl

featureServiceUrl: string

The URL of the server, not including the layer id - ie. up to /MapServer or /FeatureServer.

lastSyncTime

lastSyncTime: Date

The last sync time.

layers

layers: SyncLayerInfo[]

A collection of layers and tables that are synced.

localServerUrl

localServerUrl: string

The local server URL that replaces the online feature server when offline.

numberOfAdds

numberOfAdds: number

Number of offline feature adds (new records).

numberOfDeletes

numberOfDeletes: number

Number of offline deleted records.

numberOfEdits

numberOfEdits: number

Number of offline feature edits.

totalSizeInBytes

totalSizeInBytes: number

The size of the database used for storing this data offline.