Class JobStatistics3
Inheritance
System.Object
JobStatistics3
Implements
Google.Apis.Requests.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 JobStatistics3 : IDirectResponseSchema
Properties
BadRecords
[Output-only] The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.
Declaration
[JsonProperty("badRecords")]
public virtual long? BadRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InputFileBytes
[Output-only] Number of bytes of source data in a load job.
Declaration
[JsonProperty("inputFileBytes")]
public virtual long? InputFileBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
InputFiles
[Output-only] Number of source files in a load job.
Declaration
[JsonProperty("inputFiles")]
public virtual long? InputFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
OutputBytes
[Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.
Declaration
[JsonProperty("outputBytes")]
public virtual long? OutputBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
OutputRows
[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.
Declaration
[JsonProperty("outputRows")]
public virtual long? OutputRows { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema