Represents a BI Reservation.
JSON representation |
---|
{
"name": string,
"updateTime": string,
"size": string,
"preferredTables": [
{
object ( |
Fields | |
---|---|
name |
The resource name of the singleton BI reservation. Reservation names have the form |
update |
Output only. The last update timestamp of a reservation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
size |
Size of a reservation, in bytes. |
preferred |
Preferred tables to use BI capacity for. |
TableReference
Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.
JSON representation |
---|
{ "projectId": string, "datasetId": string, "tableId": string } |
Fields | |
---|---|
project |
The assigned project ID of the project. |
dataset |
The ID of the dataset in the above project. |
table |
The ID of the table in the above dataset. |