Show / Hide Table of Contents

Class TableDataInsertAllRequest.RowsData

Inheritance
object
TableDataInsertAllRequest.RowsData
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.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>
In this article
Back to top Generated by DocFX