Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobScheduleUpdateParameter

Package version

An interface representing JobScheduleUpdateParameter.

summary

The set of changes to be made to a job schedule.

Hierarchy

  • JobScheduleUpdateParameter

Index

Properties

jobSpecification

jobSpecification: JobSpecification

Details of the jobs to be created on this schedule. Updates affect only jobs that are started after the update has taken place. Any currently active job continues with the older specification.

Optional metadata

metadata: MetadataItem[]

A list of name-value pairs associated with the job schedule as metadata. If you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.

schedule

schedule: Schedule

The schedule according to which jobs will be created. If you do not specify this element, it is equivalent to passing the default schedule: that is, a single job scheduled to run immediately.

Generated using TypeDoc