AutoStartType
Lookup table for auto start configuration types.
erDiagram
AutoStartType ||--o{ MachineAutoStart : "AutoStartTypeID"
AutoStartType ||--o{ MachineUserAutoStart : "AutoStartTypeID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this item was created |
| ID |
numeric |
Internal ID for the AutoStartType entity (Primary Key) |
| Name |
string |
AutoStart type name |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the auto start type (e.g., in queries) |
Referenced by
| Table |
Column Name |
Description |
| MachineAutoStart |
AutoStartTypeID |
Machine specific auto start configuration |
| MachineUserAutoStart |
AutoStartTypeID |
User and Machine specific auto start configuration |