Description Usage Arguments Details Value See Also
Configure table objects as documented by the Google docs for Table objects
1 2 3 4 5 6 7 | Table(tableId, projectId = bqr_get_global_project(),
datasetId = bqr_get_global_dataset(), clustering = NULL,
description = NULL, encryptionConfiguration = NULL,
expirationTime = NULL, friendlyName = NULL, labels = NULL,
materializedView = NULL, rangePartitioning = NULL,
requirePartitionFilter = NULL, schema = NULL,
timePartitioning = NULL, view = NULL)
|
tableId |
tableId |
projectId |
projectId |
datasetId |
datasetId |
clustering |
[Beta] Clustering specification for the table |
description |
[Optional] A user-friendly description of this table |
encryptionConfiguration |
Custom encryption configuration (e |
expirationTime |
[Optional] The time when this table expires, in milliseconds since the epoch |
friendlyName |
[Optional] A descriptive name for this table |
labels |
The labels associated with this table - a named list of key = value |
materializedView |
[Optional] Materialized view definition |
rangePartitioning |
[TrustedTester] Range partitioning specification for this table |
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 |
schema |
[Optional] Describes the schema of this table |
timePartitioning |
Time-based partitioning specification for this table |
view |
[Optional] The view definition |
A table object to be used within bqr_patch_table
Table object
Other Table meta functions: bqr_copy_table
,
bqr_create_table
,
bqr_delete_table
,
bqr_list_tables
,
bqr_patch_table
,
bqr_table_data
,
bqr_table_meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.