JobConfigurationEventTriggerConfig Class

Trigger configuration of an event driven job.

Constructor

JobConfigurationEventTriggerConfig()

Variables

Name Description
replicaCompletionCount
int

Minimum number of successful replica completions before overall job completion.

parallelism
int

Number of parallel replicas of a job that can run at a given time.

scale
<xref:<xref:"JobScale">>

Scaling configurations for event driven jobs.

Attributes

parallelism

Number of parallel replicas of a job that can run at a given time.

parallelism: int

replicaCompletionCount

Minimum number of successful replica completions before overall job completion.

replicaCompletionCount: int

scale

Scaling configurations for event driven jobs.

scale: JobScale