RESOURCES_SYNCHRONIZATIONS table
This table stores the schedule information of all the synchronization schedules.
Column Name | Description | Data type |
---|---|---|
SYNC_ID * |
The identifier association with the synchronization. Primary key. | Numeric |
DAY_OF_MONTH * |
Day of month. | Numeric |
MONTH_NUM * |
Month number. | Numeric |
DAY_OF_WEEK * |
Day of week. | Numeric |
HOUR_NUM* |
Hour number. | Numeric |
MINUTE_NUM * |
Minute number. | Numeric |
MAX_DURATION |
Maximum time for which synchronization is run. | Numeric |
* Indicates the column is required and not null.