Table Materialized View Args
data class TableMaterializedViewArgs(val allowNonIncrementalDefinition: Output<Boolean>? = null, val enableRefresh: Output<Boolean>? = null, val query: Output<String>, val refreshIntervalMs: Output<Int>? = null) : ConvertibleToJava<TableMaterializedViewArgs>
Properties
Link copied to clipboard
Allow non incremental materialized view definition. The default value is false.
Link copied to clipboard
Specifies whether to use BigQuery's automatic refresh for this materialized view when the base table is updated. The default value is true.
Link copied to clipboard
The maximum frequency at which this materialized view will be refreshed. The default value is 1800000