Show / Hide Table of Contents

Class JobStatistics4

Statistics for an extract job.

Inheritance
object
JobStatistics4
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 JobStatistics4 : IDirectResponseSchema

Properties

DestinationUriFileCounts

Output only. Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.

Declaration
[JsonProperty("destinationUriFileCounts")]
public virtual IList<long?> DestinationUriFileCounts { get; set; }
Property Value
Type Description
IList<long?>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputBytes

Output only. Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes and doesn't have any relationship with the number of actual result bytes extracted in the desired format.

Declaration
[JsonProperty("inputBytes")]
public virtual long? InputBytes { get; set; }
Property Value
Type Description
long?

Timeline

Output only. Describes a timeline of job execution.

Declaration
[JsonProperty("timeline")]
public virtual IList<QueryTimelineSample> Timeline { get; set; }
Property Value
Type Description
IList<QueryTimelineSample>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX