public final class TimePartitioning
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TimePartitioning() |
| Modifier and Type | Method and Description |
|---|---|
TimePartitioning |
clone() |
Long |
getExpirationMs()
[Optional] Number of milliseconds for which to keep the storage for partitions in the table.
|
String |
getField()
[Beta] [Optional] If not set, the table is partitioned by pseudo column, referenced via either
'_PARTITIONTIME' as TIMESTAMP type, or '_PARTITIONDATE' as DATE type.
|
Boolean |
getRequirePartitionFilter()
[Beta] [Optional] If set to true, queries over this table require a partition filter that can
be used for partition elimination to be specified.
|
String |
getType()
[Required] The only type supported is DAY, which will generate one partition per day.
|
boolean |
isRequirePartitionFilter()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
TimePartitioning |
set(String fieldName,
Object value) |
TimePartitioning |
setExpirationMs(Long expirationMs)
[Optional] Number of milliseconds for which to keep the storage for partitions in the table.
|
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 |
setRequirePartitionFilter(Boolean requirePartitionFilter)
[Beta] [Optional] If set to true, queries over this table require a partition filter that can
be used for partition elimination to be specified.
|
TimePartitioning |
setType(String type)
[Required] The only type supported is DAY, which will generate one partition per day.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getExpirationMs()
null for nonepublic TimePartitioning setExpirationMs(Long expirationMs)
expirationMs - expirationMs or null for nonepublic String getField()
null for nonepublic TimePartitioning setField(String field)
field - field or null for nonepublic Boolean getRequirePartitionFilter()
null for nonepublic TimePartitioning setRequirePartitionFilter(Boolean requirePartitionFilter)
requirePartitionFilter - requirePartitionFilter or null for nonepublic boolean isRequirePartitionFilter()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
[ Beta] [Optional] If set to true, queries over this table require a partition filter that can be [ used for partition elimination to be specified.
public String getType()
null for nonepublic TimePartitioning setType(String type)
type - type or null for nonepublic TimePartitioning set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TimePartitioning clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.