public sealed class ListJobsOptions
Reference documentation and code samples for the Google BigQuery v2 API class ListJobsOptions.
Options for ListJobs
operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Projection
public JobsResource.ListRequest.ProjectionEnum? Projection { get; set; }
The information to retrieve for listed jobs.
Property Value | |
---|---|
Type | Description |
JobsResourceListRequestProjectionEnum |
StateFilter
public JobState? StateFilter { get; set; }
If set, only return jobs in the specified state.
Property Value | |
---|---|
Type | Description |
JobState |