TypeConstants Class Members
- Last UpdatedApr 08, 2026
- 5 minute read
The following tables list the members exposed by TypeConstants.
| Name | Description | |
|---|---|---|
![]() | Boolean | Gets the RealTime database (RTDB) type identifier for boolean fields. |
![]() | Char | Gets the RealTime database (RTDB) type identifier for char fields. |
![]() ![]() | Default | A singleton instance of ITypeConstants. This should only be accessed after calling RealTimeBaseDatabase.Open. |
![]() | Double | Gets the RealTime database (RTDB) type identifier for double fields. |
![]() | Enumeration | Gets the RealTime database (RTDB) type identifier for enumeration fields. |
![]() | Float | Gets the RealTime database (RTDB) type identifier for float fields. |
![]() | Int | Gets the RealTime database (RTDB) type identifier for integer fields. |
![]() | InternalTime | Gets the RealTime database (RTDB) type identifier for internaltime fields. |
![]() | Long | Gets the RealTime database (RTDB) type identifier for long fields. |
![]() | Path | Gets the RealTime database (RTDB) type identifier for path fields. |
![]() | Short | Gets the RealTime database (RTDB) type identifier for short fields. |
![]() | Slot | Gets the RealTime database (RTDB) type identifier for slot fields. |
![]() | String | Gets the RealTime database (RTDB) type identifier for string fields. |
![]() ![]() | TYPE_CHAR | Obsolete, use ITypeConstants.Char instead. The RealTime database (RTDB) type identifier for char fields. |
![]() ![]() | TYPE_DOUBLE | Obsolete, use ITypeConstants.Double instead. The RealTime database (RTDB) type identifier for double fields. |
![]() ![]() | TYPE_ENUMERATION | Obsolete, use ITypeConstants.Enumeration instead. The RealTime database (RTDB) type identifier for enumeration fields. |
![]() ![]() | TYPE_FLOAT | Obsolete, use ITypeConstants.Float instead. The RealTime database (RTDB) type identifier for float fields. |
![]() ![]() | TYPE_INT | Obsolete, use ITypeConstants.Int instead. The RealTime database (RTDB) type identifier for integer fields. |
![]() ![]() | TYPE_INTERNALTIME | Obsolete, use ITypeConstants.InternalTime instead. The RealTime database (RTDB) type identifier for internaltime fields. |
![]() ![]() | TYPE_LONG | Obsolete, use ITypeConstants.Long instead. The RealTime database (RTDB) type identifier for long fields. |
![]() ![]() | TYPE_LONGSTRING | Obsolete, use ITypeConstants.String instead. The RealTime database (RTDB) type identifier for string fields. |
![]() ![]() | TYPE_OAS_BOOLEAN_T | Obsolete, use ITypeConstants.Boolean instead. The RealTime database (RTDB) type identifier for boolean fields. |
![]() ![]() | TYPE_PATH | Obsolete, use ITypeConstants.Path instead. The RealTime database (RTDB) type identifier for path fields. |
![]() ![]() | TYPE_SHORT | Obsolete, use ITypeConstants.Short instead. The RealTime database (RTDB) type identifier for short fields. |
![]() ![]() | TYPE_SLOT | Obsolete, use ITypeConstants.Slot instead. The RealTime database (RTDB) type identifier for slot fields. |
![]() ![]() | TYPE_UNSIGNED_CHAR | Obsolete, use ITypeConstants.UChar instead. The RealTime database (RTDB) type identifier for unsigned char fields. |
![]() ![]() | TYPE_UNSIGNED_INT | Obsolete, use ITypeConstants.UInt instead. The RealTime database (RTDB) type identifier for unsigned integer fields. |
![]() ![]() | TYPE_UNSIGNED_LONG | Obsolete, use ITypeConstants.ULong instead. The RealTime database (RTDB) type identifier for unsigned long fields. |
![]() ![]() | TYPE_UNSIGNED_SHORT | Obsolete, use ITypeConstants.UShort instead. The RealTime database (RTDB) type identifier for unsigned short fields. |
![]() | UChar | Gets the RealTime database (RTDB) type identifier for unsigned char fields. |
![]() | UInt | Gets the RealTime database (RTDB) type identifier for unsigned integer fields. |
![]() | ULong | Gets the RealTime database (RTDB) type identifier for unsigned long fields. |
![]() | UShort | Gets the RealTime database (RTDB) type identifier for unsigned short fields. |


