| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
static TimePartitioning |
TimePartitioning.of(TimePartitioning.Type type)
Returns a
TimePartitioning object given the time partitioning type. |
static TimePartitioning |
TimePartitioning.of(TimePartitioning.Type type,
long expirationMs)
Returns a
TimePartitioning object given the time partitioning type and the partition's
expiration in milliseconds. |
TimePartitioning |
StandardTableDefinition.timePartitioning()
Returns the time partitioning configuration for this table.
|
| Modifier and Type | Method and Description |
|---|---|
StandardTableDefinition.Builder |
StandardTableDefinition.Builder.timePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning configuration for the table.
|
Copyright © 2016 Google. All rights reserved.