Materialized View Definition Args
data class MaterializedViewDefinitionArgs(val allowNonIncrementalDefinition: Output<Boolean>? = null, val enableRefresh: Output<Boolean>? = null, val maxStaleness: Output<String>? = null, val query: Output<String>? = null, val refreshIntervalMs: Output<String>? = null) : ConvertibleToJava<MaterializedViewDefinitionArgs>
Constructors
Properties
Link copied to clipboard
Optional Allow non incremental materialized view definition. The default value is "false".
Link copied to clipboard
TrustedTester Enable automatic refresh of the materialized view when the base table is updated. The default value is "true".
Link copied to clipboard
Optional Max staleness of data that could be returned when materizlized view is queried (formatted as Google SQL Interval type).
Link copied to clipboard
TrustedTester The maximum frequency at which this materialized view will be refreshed. The default value is "1800000" (30 minutes).