IotJobAbortCriteria

Contains criteria that define when and how to cancel a job.

The deployment stops if the following conditions are true:

  • The number of things that receive the deployment exceeds the minNumberOfExecutedThings.

  • The percentage of failures with type failureType exceeds the thresholdPercentage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to perform when the criteria are met.

Link copied to clipboard

The type of job deployment failure that can cancel a job.

Link copied to clipboard

The minimum number of things that receive the configuration before the job can cancel.

Link copied to clipboard

The minimum percentage of failureType failures that occur before the job can cancel.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String