IRealTimeFieldInfo Interface Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by IRealTimeFieldInfo.
| Name | Description | |
|---|---|---|
![]() | Classification | Gets the classification of the field (Default=0, Config=1, RealTime=2). |
![]() | ClearedOnStartup | Gets true if the field is cleared on a cold RealTime service startup. Otherwise, false. |
![]() | DataRepType | Gets the dataRepType of the field. |
![]() | Description | Gets the description of the field. |
![]() | Key | Gets true if the field is key. Otherwise, false. |
![]() | KeyCase | Gets true if the field is a case-insensitive key. Otherwise, false. |
![]() | KeyNumber | Gets the key number of the field or -1 if the field is not a key. |
![]() | KeyPublished | Gets true if the key field is published. Otherwise, false. |
![]() | KeyUnique | Gets true if the key field is unique. Otherwise, false. |
![]() | Kind | Gets the kind of the field. |
![]() | Length | Gets the length of the field. |
![]() | Name | Gets the field name. |
![]() | Offset | Gets the offset of the field. |
![]() | TypeName | Gets the field type name. |
![]() | UltimateRealType | Gets the ultimate type of the field.
If the field is a pseudonym type, then its primitive type corresponding to a TypeConstants enumeration value is returned. Otherwise, the field's type number is returned. |
![]() | Virtual | Gets true if the field is virtual. Otherwise, false. |
| Name | Description | |
|---|---|---|
![]() | GetRealTimeType | Gets the RealTimeType of the field. |
![]() | GetVirtualRealTimeType | Gets the underlying RealTimeType object for a virtual field. |

