Google BigQuery v2 API - Class ListJobsOptions (3.2.0)

Stay organized with collections Save and categorize content based on your preferences.
public sealed class ListJobsOptions

Reference documentation and code samples for the Google BigQuery v2 API class ListJobsOptions.

Options for ListJobs operations.

Inheritance

Object > ListJobsOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

AllUsers

public bool? AllUsers { get; set; }

When set to true, jobs for all users will be listed. By default, only jobs for the current user will be listed.

Property Value
TypeDescription
Nullable<Boolean>

MaxCreationTime

public DateTimeOffset? MaxCreationTime { get; set; }

Max value for job creation time. If set, only jobs created before or at this timestamp are returned.

Property Value
TypeDescription
Nullable<DateTimeOffset>

MinCreationTime

public DateTimeOffset? MinCreationTime { get; set; }

Min value for job creation time. If set, only jobs created after or at this timestamp are returned.

Property Value
TypeDescription
Nullable<DateTimeOffset>

PageSize

public int? PageSize { get; set; }

The number of results to return per page. (This modifies the per-request page size; it does not affect the total number of results returned.)

Property Value
TypeDescription
Nullable<Int32>

PageToken

public string PageToken { get; set; }

If set, this token is used to indicate a continued list operation. The value should be taken from the NextPageToken property of either a Page<TResource> or a raw response from AsRawResponses().

Property Value
TypeDescription
String

ParentJobId

public string ParentJobId { get; set; }

If set, return only child jobs of the specified parent. Otherwise, show all top-level jobs.

Property Value
TypeDescription
String

Projection

public JobsResource.ListRequest.ProjectionEnum? Projection { get; set; }

The information to retrieve for listed jobs.

Property Value
TypeDescription
Nullable<Google.Apis.Bigquery.v2.JobsResource.ListRequest.ProjectionEnum>

StateFilter

public JobState? StateFilter { get; set; }

If set, only return jobs in the specified state.

Property Value
TypeDescription
Nullable<JobState>