RealTimeBaseTable Class Properties
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see RealTimeBaseTable members.
| Name | Description | |
|---|---|---|
![]() | Attached | Identifies whether this table is attached to shared memory. |
![]() | Bound | Identifies whether RealTimeBaseTable has been bound to a specific RealTime database (RTDB) table. |
![]() | ChangeCounter | Gets the change counter for the currently bound table. |
![]() | CurrentNumberOfRecords | Gets the number of records that are currently in the table. |
![]() | Locked | Identifies whether the bound table is currently locked. |
![]() | LockType | Gets the current lock type. |
![]() | MaximumNumberOfRecords | Gets the maximum number of records that are currently allowed within this table. |
![]() | Name | Identifies the name of the RealTime table that this object is bound to. |
![]() | NewBoundedRecord | This will create the relevant bounded record object for use by the base class. |
![]() | Number | Gets the table number for the currently bound table. |
![]() | RecordByteSize | Gets the size of a record in this table in bytes. |
![]() | SharedMemorySetPointer | Gets the pointer for the locked table. |
![]() | TypeNumber | Gets the RealTime type number for the currently bound table. |
