Class JobList.JobsData
List of jobs that were requested.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class JobList.JobsData
Properties
Configuration
Required. Describes the job configuration.
Declaration
[JsonProperty("configuration")]
public virtual JobConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
JobConfiguration |
ErrorResult
A result object that will be present only if the job has failed.
Declaration
[JsonProperty("errorResult")]
public virtual ErrorProto ErrorResult { get; set; }
Property Value
Type | Description |
---|---|
ErrorProto |
Id
Unique opaque ID of the job.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
JobReference
Unique opaque ID of the job.
Declaration
[JsonProperty("jobReference")]
public virtual JobReference JobReference { get; set; }
Property Value
Type | Description |
---|---|
JobReference |
Kind
The resource type.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PrincipalSubject
[Full-projection-only] String representation of identity of requesting party. Populated for both first- and third-party identities. Only present for APIs that support third-party identities.
Declaration
[JsonProperty("principal_subject")]
public virtual string PrincipalSubject { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Statistics
Output only. Information about the job, including starting time and ending time of the job.
Declaration
[JsonProperty("statistics")]
public virtual JobStatistics Statistics { get; set; }
Property Value
Type | Description |
---|---|
JobStatistics |
Status
[Full-projection-only] Describes the status of this job.
Declaration
[JsonProperty("status")]
public virtual JobStatus Status { get; set; }
Property Value
Type | Description |
---|---|
JobStatus |
UserEmail
[Full-projection-only] Email address of the user who ran the job.
Declaration
[JsonProperty("user_email")]
public virtual string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
string |