GoogleBigQueryDatasetTableMaterializedViewDefinition
No description
type GoogleBigQueryDatasetTableMaterializedViewDefinition {
enableRefresh: Boolean!
lastRefreshedAt: DateTime!
maxStaleness: String!
query: String!
refreshIntervalMiliseconds: Uint64!
}
Fields
GoogleBigQueryDatasetTableMaterializedViewDefinition.enableRefresh
● Boolean!
non-null scalar
Automatic refresh of the materialized view when the base table is updated The default value: "true"
GoogleBigQueryDatasetTableMaterializedViewDefinition.lastRefreshedAt
● DateTime!
non-null scalar
The last refresh time
GoogleBigQueryDatasetTableMaterializedViewDefinition.maxStaleness
● String!
non-null scalar
The max data staleness could be returned
GoogleBigQueryDatasetTableMaterializedViewDefinition.query
● String!
non-null scalar
A query whose result is persisted.
GoogleBigQueryDatasetTableMaterializedViewDefinition.refreshIntervalMiliseconds
● Uint64!
non-null scalar
The maximum frequency of refreshing this materialized view The default value: "1800000" (30 minutes)
Member of
GoogleBigQueryDatasetTable
object