Google BigQuery v2 API - Class ListRoutinesOptions (3.2.0)

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

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

Options for ListModels operations.

Inheritance

Object > ListRoutinesOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

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

ReadMask

public string ReadMask { get; set; }

Comma separated list of fully qualified names of Google.Apis.Bigquery.v2.Data.Routine fields that will be populated in the returned resource. If unset then only fields enumerated here are returned: https://cloud.google.com/bigquery/docs/reference/rest/v2/routines/list#query-parameters.

Property Value
TypeDescription
String

RoutineTypeFilter

public RoutineType? RoutineTypeFilter { get; set; }

If set, only routines with the given RoutineType will be listed.

Property Value
TypeDescription
Nullable<RoutineType>