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. Requires the WRITER dataset role.
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 | Project ID of the destination table. |
string | datasetId | Dataset ID of the destination table. |
string | tableId | Table ID of the destination table. |
Returns
Type | Description |
---|---|
TabledataResource.InsertAllRequest |
List(string, string, string)
Retrieves table data from a specified set of rows. Requires the READER dataset role.
Declaration
public virtual TabledataResource.ListRequest List(string projectId, string datasetId, string tableId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | Project ID of the table to read |
string | datasetId | Dataset ID of the table to read |
string | tableId | Table ID of the table to read |
Returns
Type | Description |
---|---|
TabledataResource.ListRequest |