Skip to main content

tabledata

Overview

Nametabledata
TypeResource
Idgoogle.bigquery.tabledata

Fields

NameDatatypeDescription
totalRowsstringThe total number of rows in the complete table.
etagstringA hash of this page of results.
kindstringThe resource type of the response.
pageTokenstringA token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing.
rowsarrayRows of results.

Methods

NameAccessible byRequired ParamsDescription
listSELECTdatasetId, projectId, tableIdRetrieves table data from a specified set of rows. Requires the READER dataset role.
insert_allINSERTdatasetId, projectId, tableIdStreams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.