Uses of Class
com.google.cloud.bigquery.TimePartitioning
Packages that use TimePartitioning
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TimePartitioning in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TimePartitioningModifier and TypeMethodDescriptionabstract TimePartitioningTimePartitioning.Builder.build()abstract TimePartitioningConnectionSettings.getTimePartitioning()Returns the time partitioning specification for the destination table.LoadConfiguration.getTimePartitioning()Returns the time partitioning specification defined for the destination table.LoadJobConfiguration.getTimePartitioning()abstract TimePartitioningMaterializedViewDefinition.getTimePartitioning()Returns the time partitioning configuration for this table.QueryJobConfiguration.getTimePartitioning()Returns the time partitioning specification for the destination table.abstract TimePartitioningSnapshotTableDefinition.getTimePartitioning()abstract TimePartitioningStandardTableDefinition.getTimePartitioning()Returns the time partitioning configuration for this table.WriteChannelConfiguration.getTimePartitioning()static TimePartitioningTimePartitioning.of(TimePartitioning.Type type) Returns aTimePartitioningobject given the time partitioning type.static TimePartitioningTimePartitioning.of(TimePartitioning.Type type, long expirationMs) Returns aTimePartitioningobject given the time partitioning type and the partition's expiration in milliseconds.Methods in com.google.cloud.bigquery with parameters of type TimePartitioningModifier and TypeMethodDescriptionabstract ConnectionSettings.BuilderConnectionSettings.Builder.setTimePartitioning(TimePartitioning timePartitioning) Sets the time partitioning specification for the destination table.LoadConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning) Sets the time partitioning specification for the destination table.LoadJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning) abstract MaterializedViewDefinition.BuilderMaterializedViewDefinition.Builder.setTimePartitioning(TimePartitioning timePartitioning) Sets the time partitioning configuration for the materialized view.QueryJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning) Sets the time partitioning specification for the destination table.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder.setTimePartitioning(TimePartitioning timePartitioning) abstract StandardTableDefinition.BuilderStandardTableDefinition.Builder.setTimePartitioning(TimePartitioning timePartitioning) Sets the time partitioning configuration for the table.WriteChannelConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)