RealTime table class
- Last UpdatedApr 08, 2026
- 1 minute read
The RealTimeTable class represents a table in the RealTime database (RTDB).
The following functionality is exposed through this class:
- Lock/Unlock a table. There are two types of lock functions that will enable you to specify a timeout or use the default timeout.
- Create/Delete record. The RealTime table will inform the CMX Persistence store and replication server of the creation of the record.
- Find a specific record for a key field value.
- Get maximum number of records and how many records are already in a table.
- Create record collections (KeyOrderCollection, KeyValueEqualCollection, RecordOrderCollection).