ConnectedSystemType
Lookup table for connected system types.
erDiagram
ConnectedSystemType ||--o{ ConnectedSystem : "ConnectedSystemTypeID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this entity was created |
| ID |
numeric |
Internal ID for the ConnectedSystemType entity (Primary Key) |
| Name |
string |
Connected system type |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the connected system type (e.g., in queries) |
Referenced by
| Table |
Column Name |
Description |
| ConnectedSystem |
ConnectedSystemTypeID |
Records data about systems connected to OctoSAM |