Interface: SyncMetaDoc
Defined in: packages/client/src/core/sync/index.ts:186
The contents of SYNC_META_DOC_ID.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
_id | string | - | packages/client/src/core/sync/index.ts:187 |
_rev? | string | - | packages/client/src/core/sync/index.ts:188 |
appVersion? | string | Application version of the device that last wrote it, for diagnostics. | packages/client/src/core/sync/index.ts:198 |
consumerSchemaVersion? | string | Highest consumer patch version any device has pushed. The system version alone cannot see consumer-schema skew - two devices on the same build always agree on it, whatever their application patches are doing (ADR-0040). | packages/client/src/core/sync/index.ts:196 |
schemaVersion? | string | Highest schema version any device has pushed to this remote. | packages/client/src/core/sync/index.ts:190 |
updatedAt | number | When it was last written. | packages/client/src/core/sync/index.ts:200 |