Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JobScheduleDetails

The details of the job schedule.

Properties

Optional endTime

endTime: undefined | string

The end time of the scheduled job in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Optional intervalType

intervalType: IntervalType

The interval type for a recurring scheduled job. For a non-recurring (one time) job, NEVER must be specified as the interval type.

Optional intervalValue

intervalValue: undefined | string

The value for the interval period for a recurring scheduled job.

Optional startTime

startTime: undefined | string

The start time of the scheduled job in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Functions

getDeserializedJsonObj

getJsonObj