The SatDbSatOperator data record contains the basic properties for one satellite in the satellite_operators database table. The fields in the SatDbSatOperator data record are 1:1 replicas of the SQL database record. Please refer to the database model description at section Satellite Database how relations between tables are maintained using IDs.
There is a limited list of satellite operators, each being assigned to multiple satellites. The relation is made by the operatorId which is stored with each satellite.
Data Model
| Key | Type | Value |
|---|---|---|
| operatorId | Number | unique, primary key, auto generated |
| name | String | free text, company name of satellite operator |
| contact | String | free text, multiline, line breaks are coded as '\n' character sequences. |
| modified | String | timestamp, generated by database at creation / modification time |