Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TimePartitioning |
TimePartitioning.clone() |
TimePartitioning |
Table.getTimePartitioning()
Time-based partitioning specification for this table.
|
TimePartitioning |
JobConfigurationLoad.getTimePartitioning()
Time-based partitioning specification for the destination table.
|
TimePartitioning |
TableList.Tables.getTimePartitioning()
The time-based partitioning specification for this table, if configured.
|
TimePartitioning |
JobConfigurationQuery.getTimePartitioning()
Time-based partitioning specification for the destination table.
|
TimePartitioning |
TimePartitioning.set(String fieldName,
Object value) |
TimePartitioning |
TimePartitioning.setExpirationMs(Long expirationMs)
[Optional] Number of milliseconds for which to keep the storage for partitions in the table.
|
TimePartitioning |
TimePartitioning.setField(String field)
[Beta] [Optional] If not set, the table is partitioned by pseudo column, referenced via either
'_PARTITIONTIME' as TIMESTAMP type, or '_PARTITIONDATE' as DATE type.
|
TimePartitioning |
TimePartitioning.setRequirePartitionFilter(Boolean requirePartitionFilter) |
TimePartitioning |
TimePartitioning.setType(String type)
[Required] The only type supported is DAY, which will generate one partition per day.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setTimePartitioning(TimePartitioning timePartitioning)
Time-based partitioning specification for this table.
|
JobConfigurationLoad |
JobConfigurationLoad.setTimePartitioning(TimePartitioning timePartitioning)
Time-based partitioning specification for the destination table.
|
TableList.Tables |
TableList.Tables.setTimePartitioning(TimePartitioning timePartitioning)
The time-based partitioning specification for this table, if configured.
|
JobConfigurationQuery |
JobConfigurationQuery.setTimePartitioning(TimePartitioning timePartitioning)
Time-based partitioning specification for the destination table.
|
Copyright © 2011–2019 Google. All rights reserved.