Google BigQuery v2 API - Class ListJobsOptions (3.9.0)

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
bool

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
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
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
int

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
JobsResourceListRequestProjectionEnum

StateFilter

public JobState? StateFilter { get; set; }

If set, only return jobs in the specified state.

Property Value
TypeDescription
JobState