Show / Hide Table of Contents

Class JobStatistics4

Inheritance
System.Object
JobStatistics4
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.Generic.IList<System.Nullable<System.Int64>>

ETag

The ETag of the item.

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

InputBytes

[Output-only] Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes.

Declaration
[JsonProperty("inputBytes")]
public virtual long? InputBytes { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top