Show / Hide Table of Contents

Class ExportDataStatistics

Statistics for the EXPORT DATA statement as part of Query Job. EXTRACT JOB statistics are populated in JobStatistics4.

Inheritance
object
ExportDataStatistics
Implements
IDirectResponseSchema
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX