MetaConnector type aliases
MetaConnectorImplementations
The MetaConnectorImplementations type lists the async functions required to read and write Timestamps. Read more.
MetaConnectorOptimizations
The MetaConnectorOptimizations type lists optional bulk operations a connector can implement to improve performance. Read more.
MetaConnectorOptions
The MetaConnectorOptions type describes the base options for creating a meta connector. Read more.
Meta
The Meta type mirrors the data tree but holds Timestamp information instead of Atoms. Read more.
Timestamp
The Timestamp type represents a serialized Hybrid Logical Clock (HLC) value stored as a string. Timestamps are used for conflict resolution during sync, with later timestamps winning over earlier ones. The HLC format combines physical time with a logical counter to provide total ordering even when system clocks are not perfectly synchronized. Read more.
Timestamps
The Timestamps type maps the final part of an address to individual Timestamp values. Read more.