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().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eListRoutinesOptions\u003c/code\u003e class within the Google BigQuery v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListRoutinesOptions\u003c/code\u003e class, which inherits from the base object class, is used to specify options for listing routines, providing controls like specifying page size, continuation tokens, and field masks.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists available versions of the API documentation, ranging from the latest version 3.11.0 down to 2.2.0, each containing the documentation for the same class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListRoutinesOptions\u003c/code\u003e allows filtering based on \u003ccode\u003eRoutineType\u003c/code\u003e, and supports the use of \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eReadMask\u003c/code\u003e to customize query parameters when listing routines.\u003c/p\u003e\n"]]],[],null,["# Google BigQuery v2 API - Class ListRoutinesOptions (3.11.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.11.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.10.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.9.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.8.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.7.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.6.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.5.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.4.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.3.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.2.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.1.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.0.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.4.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.3.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.2.0/Google.Cloud.BigQuery.V2.ListRoutinesOptions) \n\n public sealed class ListRoutinesOptions\n\nReference documentation and code samples for the Google BigQuery v2 API class ListRoutinesOptions.\n\nOptions for `ListModels` operations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRoutinesOptions \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.V2](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.V2.dll\n\nProperties\n----------\n\n### PageSize\n\n public int? PageSize { get; set; }\n\nThe number of results to return per page. (This modifies the per-request page size;\nit does not affect the total number of results returned.)\n\n### PageToken\n\n public string PageToken { get; set; }\n\nIf set, this token is used to indicate a continued list operation.\nThe value should be taken from the `NextPageToken` property of either\na [Page\\\u003cTResource\\\u003e](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Page-1.html) or a raw response from [AsRawResponses()](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PagedEnumerable-2.html#Google_Api_Gax_PagedEnumerable_2_AsRawResponses).\n\n### ReadMask\n\n public string ReadMask { get; set; }\n\nComma separated list of fully qualified names of [Routine](https://googleapis.dev/dotnet/Google.Apis.Bigquery.v2/1.68.0.3400/api/Google.Apis.Bigquery.v2.Data.Routine.html) fields that\nwill be populated in the returned resource.\nIf unset then only fields enumerated here are returned:\n\u003chttps://cloud.google.com/bigquery/docs/reference/rest/v2/routines/list#query-parameters\u003e.\n\n### RoutineTypeFilter\n\n public RoutineType? RoutineTypeFilter { get; set; }\n\nIf set, only routines with the given [RoutineType](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.RoutineType) will be listed."]]