Class TableDataInsertAllRequest.RowsData
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableDataInsertAllRequest.RowsData
Properties
InsertId
Insertion ID for best-effort deduplication. This feature is not recommended, and users seeking stronger insertion semantics are encouraged to use other mechanisms such as the BigQuery Write API.
Declaration
[JsonProperty("insertId")]
public virtual string InsertId { get; set; }
Property Value
Type | Description |
---|---|
string |
Json
Data for a single row.
Declaration
[JsonProperty("json")]
public virtual IDictionary<string, object> Json { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |