Class DmlStatistics
Detailed statistics for DML statements
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class DmlStatistics : IDirectResponseSchema
Properties
DeletedRowCount
Output only. Number of deleted Rows. populated by DML DELETE, MERGE and TRUNCATE statements.
Declaration
[JsonProperty("deletedRowCount")]
public virtual long? DeletedRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertedRowCount
Output only. Number of inserted Rows. Populated by DML INSERT and MERGE statements
Declaration
[JsonProperty("insertedRowCount")]
public virtual long? InsertedRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
UpdatedRowCount
Output only. Number of updated Rows. Populated by DML UPDATE and MERGE statements.
Declaration
[JsonProperty("updatedRowCount")]
public virtual long? UpdatedRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |