DatascanExecutionSpec

data class DatascanExecutionSpec(val field: String? = null, val trigger: DatascanExecutionSpecTrigger)

Constructors

Link copied to clipboard
constructor(field: String? = null, trigger: DatascanExecutionSpecTrigger)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time. If not specified, a data scan will run for all data in the table.

Link copied to clipboard

Spec related to how often and when a scan should be triggered. Structure is documented below.