SYNC_ENABLED constant

int const SYNC_ENABLED

Enable "data synchronization" for this entity type: objects will be synced with other stores over the network. It's possible to have local-only (non-synced) types and synced types in the same store (schema/data model).

Implementation

static const int SYNC_ENABLED = 2;