Synclets logoSynclets

Inspection methods

getData

The getData method asynchronously retrieves a read-only snapshot of the complete data tree. The returned object is frozen and cannot be modified. This method uses the getData optimization if the data connector provides it, otherwise it constructs the tree by reading individual Atoms. Read more.

getMeta

The getMeta method asynchronously retrieves a read-only snapshot of the complete metadata tree. The returned object is frozen and cannot be modified. This method uses the getMeta optimization if the meta connector provides it, otherwise it constructs the tree by reading individual Timestamps. Read more.