dbi_agent_schedule Table (383)
Some tooltip text!
• 1 minute to read
• 1 minute to read
DBI agent schedule settings
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
agent_id | Agent | FK dbi_agent | ● |
script_id | Communication script | FK ejscript | ● |
schedule_id | Update schedule | FK schedule | ● |
sent_objects | Number of objects sent during the last syncronization | Int | |
received_objects | Number of objects received during the last syncronization | Int | |
id_string | A field for an id_string which may be used to access the agent schedule | String(255) |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
agent_id | FK | Index |
script_id | FK | Index |
schedule_id | FK | Index |
Relationships
Table | Description |
---|---|
dbi_agent | DBI agent settings |
ejscript | ejscript |
schedule | Generic scheduled tasked handling time scheduling, locking and error messages |
Replication Flags
- None
Security Flags
- No access control via user's Role.