Show / Hide Table of Contents

Class TabledataResource

The "tabledata" collection of methods.

Inheritance
object
TabledataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TabledataResource

Constructors

TabledataResource(IClientService)

Constructs a new resource.

Declaration
public TabledataResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

InsertAll(TableDataInsertAllRequest, string, string, string)

Streams data into BigQuery one record at a time without needing to run a load job.

Declaration
public virtual TabledataResource.InsertAllRequest InsertAll(TableDataInsertAllRequest body, string projectId, string datasetId, string tableId)
Parameters
Type Name Description
TableDataInsertAllRequest body

The body of the request.

string projectId

Required. Project ID of the destination.

string datasetId

Required. Dataset ID of the destination.

string tableId

Required. Table ID of the destination.

Returns
Type Description
TabledataResource.InsertAllRequest

List(string, string, string)

List the content of a table in rows.

Declaration
public virtual TabledataResource.ListRequest List(string projectId, string datasetId, string tableId)
Parameters
Type Name Description
string projectId

Required. Project id of the table to list.

string datasetId

Required. Dataset id of the table to list.

string tableId

Required. Table id of the table to list.

Returns
Type Description
TabledataResource.ListRequest
In this article
Back to top Generated by DocFX