Prevention Discovery Config Target Big Query Target Cadence
data class PreventionDiscoveryConfigTargetBigQueryTargetCadence(val schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null, val tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null)
Constructors
Link copied to clipboard
constructor(schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null, tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null)
Properties
Link copied to clipboard
val schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null
Governs when to update data profiles when a schema is modified Structure is documented below.
Link copied to clipboard
val tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null
Governs when to update profile when a table is modified. Structure is documented below.