Class ExportDataStatistics
Statistics for the EXPORT DATA statement as part of Query Job. EXTRACT JOB statistics are populated in JobStatistics4.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ExportDataStatistics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileCount
Number of destination files generated in case of EXPORT DATA statement only.
Declaration
[JsonProperty("fileCount")]
public virtual long? FileCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
RowCount
[Alpha] Number of destination rows generated in case of EXPORT DATA statement only.
Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |