public final class TimePartitioning extends 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
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() |
String |
getType()
[Required] The only type supported is DAY, which will generate one partition per day.
|
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) |
TimePartitioning |
setType(String type)
[Required] The only type supported is DAY, which will generate one partition per day.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, 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 String getType()
null for nonepublic TimePartitioning setType(String type)
type - type or null for nonepublic TimePartitioning set(String fieldName, Object value)
set in class GenericJsonpublic TimePartitioning clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.