Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 795 Bytes

File metadata and controls

20 lines (18 loc) · 795 Bytes

WeeklyTelemetrySchedule

Properties

Name Type Description Notes
minutes Long Minute at which data will be collected. Specify a value between 0 through 59. [optional]
hourOfDay Long Hour at which data will be collected. Specify a value between 0 through 23.
dayOfWeek DayOfWeekEnum Day of week on which data will be collected. Specify one of SUNDAY through SATURDAY.

Enum: DayOfWeekEnum

Name Value
SUNDAY "SUNDAY"
MONDAY "MONDAY"
TUESDAY "TUESDAY"
WEDNESDAY "WEDNESDAY"
THURSDAY "THURSDAY"
FRIDAY "FRIDAY"
SATURDAY "SATURDAY"