Schedules parameters
- Last UpdatedMar 22, 2024
- 1 minute read
You can configure the following schedules parameters:
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
Id |
Required |
int |
The unique identifier for the schedule. Allowed value: any string identifier |
|
Period |
Required |
string |
The data sampling rate of the schedule. The expected format is HH:MM:SS.### Invalid inputs: null, negative timespan, or zero A default value must be specified. Note: The recommended minimum value is 00:01:00 (1 minute). The schedule period should be configured keeping in mind various factors like number of data selection items, ingress data per schedule, etc. |
|
Offset |
Required |
string |
The offset from midnight when the schedule starts. The expected format is HH:MM:SS.### Invalid input: negative timespan A default value must be specified. |