Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DefaultJobConfigurationDetails

The default job configuration.

Properties

Optional commandLineArguments

commandLineArguments: undefined | string

The arguments to pass to the job.

Optional environmentVariables

environmentVariables: undefined | object

Environment variables to set for the job.

Const jobType

jobType: string = "DEFAULT"

Optional maximumRuntimeInMinutes

maximumRuntimeInMinutes: undefined | number

A time bound for the execution of the job. Timer starts when the job becomes active. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj