[[["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\u003eThe \u003ccode\u003eListRowsOptions\u003c/code\u003e class in the Google BigQuery v2 API provides options for customizing \u003ccode\u003eListRows\u003c/code\u003e operations.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of \u003ccode\u003eListRowsOptions\u003c/code\u003e are available, ranging from version 2.2.0 to the latest version 3.11.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePageSize\u003c/code\u003e property allows setting the number of results returned per page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePageToken\u003c/code\u003e property is used to identify a result set from a previous call, and when non-null, StartIndex must be null.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStartIndex\u003c/code\u003e allows specifying the zero-based index of the starting row, and if non-null, PageToken must be null.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUseInt64Timestamp\u003c/code\u003e determines if 64-bit integers should be used for timestamps, effectively true when not set.\u003c/p\u003e\n"]]],[],null,["# Google BigQuery v2 API - Class ListRowsOptions (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.ListRowsOptions)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.10.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.9.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.8.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.7.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.6.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.5.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.4.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.3.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.2.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.1.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.0.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.4.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.3.0/Google.Cloud.BigQuery.V2.ListRowsOptions)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.2.0/Google.Cloud.BigQuery.V2.ListRowsOptions) \n\n public sealed class ListRowsOptions\n\nReference documentation and code samples for the Google BigQuery v2 API class ListRowsOptions.\n\nOptions for `ListRows` operations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRowsOptions \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\nPage token, returned by a previous call, identifying the result set.\nIf this property is non-null, [StartIndex](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.ListRowsOptions#Google_Cloud_BigQuery_V2_ListRowsOptions_StartIndex) must be null.\n\n### StartIndex\n\n public ulong? StartIndex { get; set; }\n\nZero-based index of the starting row to read.\nIf this property is non-null, [PageToken](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.ListRowsOptions#Google_Cloud_BigQuery_V2_ListRowsOptions_PageToken) must be null.\n\n### UseInt64Timestamp\n\n public bool? UseInt64Timestamp { get; set; }\n\nWhether to use 64-bit integers for timestamps, instead of\nfloating point, in order to preserve precision. If not set, this is effectively true."]]