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.Flags
Constructor and Description |
---|
TimePartitioning() |
Modifier and Type | Method and Description |
---|---|
TimePartitioning |
clone() |
java.lang.Long |
getExpirationMs()
[Optional] Number of milliseconds for which to keep the storage for a partition.
|
java.lang.String |
getField()
[Experimental] [Optional] If not set, the table is partitioned by pseudo column
'_PARTITIONTIME'; if set, the table is partitioned by this field.
|
java.lang.Boolean |
getRequirePartitionFilter()
[Experimental] [Optional] If set to true, queries over this table require a partition filter
that can be used for partition elimination to be specified.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
TimePartitioning |
setExpirationMs(java.lang.Long expirationMs)
[Optional] Number of milliseconds for which to keep the storage for a partition.
|
TimePartitioning |
setField(java.lang.String field)
[Experimental] [Optional] If not set, the table is partitioned by pseudo column
'_PARTITIONTIME'; if set, the table is partitioned by this field.
|
TimePartitioning |
setRequirePartitionFilter(java.lang.Boolean requirePartitionFilter)
[Experimental] [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(java.lang.String type)
[Required] The only type supported is DAY, which will generate one partition per day.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Long getExpirationMs()
null
for nonepublic TimePartitioning setExpirationMs(java.lang.Long expirationMs)
expirationMs
- expirationMs or null
for nonepublic java.lang.String getField()
null
for nonepublic TimePartitioning setField(java.lang.String field)
field
- field or null
for nonepublic java.lang.Boolean getRequirePartitionFilter()
null
for nonepublic TimePartitioning setRequirePartitionFilter(java.lang.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
.
[ Experimental] [Optional] If set to true, queries over this table require a partition filter that [ can be used for partition elimination to be specified.
public java.lang.String getType()
null
for nonepublic TimePartitioning setType(java.lang.String type)
type
- type or null
for nonepublic TimePartitioning set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TimePartitioning clone()
clone
in class com.google.api.client.json.GenericJson