Reference documentation and code samples for the Google BigQuery v2 API class BigQueryPage.
A page of rows loaded into memory from a BigQueryResults, up to a given maximum count.
A page token may be present to indicate that more results are available.
If non-null, indicates more results may be available. Use this page
token to fetch subsequent rows. This will never be present if fewer rows
are returned than were requested, and will never be empty.
[[["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 latest version of the Google.Cloud.BigQuery.V2 API is 3.11.0, with documentation available for several previous versions, down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryPage\u003c/code\u003e class represents a page of rows loaded from a \u003ccode\u003eBigQueryResults\u003c/code\u003e, and it can include a page token indicating the availability of more results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryPage\u003c/code\u003e class provides access to row data, job references, table references, schemas, and a next page token for fetching subsequent rows.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryPage\u003c/code\u003e contains a constructor \u003ccode\u003eBigQueryPage(List<BigQueryRow> rows, TableSchema schema, JobReference jobReference, TableReference tableReference, string nextPageToken)\u003c/code\u003e that exists for testing purposes, setting rows, schemas, job and table references, and the next page token.\u003c/p\u003e\n"],["\u003cp\u003eThe assembly for this API is \u003ccode\u003eGoogle.Cloud.BigQuery.V2.dll\u003c/code\u003e, and the namespace is \u003ccode\u003eGoogle.Cloud.BigQuery.V2\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google BigQuery v2 API - Class BigQueryPage (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.BigQueryPage)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.10.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.9.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.8.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.7.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.6.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.5.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.4.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.3.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.2.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.1.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.0.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.4.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.3.0/Google.Cloud.BigQuery.V2.BigQueryPage)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.2.0/Google.Cloud.BigQuery.V2.BigQueryPage) \n\n public sealed class BigQueryPage\n\nReference documentation and code samples for the Google BigQuery v2 API class BigQueryPage.\n\nA page of rows loaded into memory from a [BigQueryResults](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.BigQueryResults), up to a given maximum count.\nA page token may be present to indicate that more results are available. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BigQueryPage \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\nConstructors\n------------\n\n### BigQueryPage(List\\\u003cBigQueryRow\\\u003e, TableSchema, JobReference, TableReference, string)\n\n public BigQueryPage(List\u003cBigQueryRow\u003e rows, TableSchema schema, JobReference jobReference, TableReference tableReference, string nextPageToken)\n\nConstructs a result set with the given rows and schema, retrieved from the specified job.\nThis constructor exists for the sake of testing.\n\nProperties\n----------\n\n### JobReference\n\n public JobReference JobReference { get; }\n\nReference to the job this result set was fetched from.\n\n### NextPageToken\n\n public string NextPageToken { get; }\n\nIf non-null, indicates more results may be available. Use this page\ntoken to fetch subsequent rows. This will never be present if fewer rows\nare returned than were requested, and will never be empty.\n\n### Rows\n\n public IReadOnlyList\u003cBigQueryRow\u003e Rows { get; }\n\nThe rows returned in the query.\n\n### Schema\n\n public TableSchema Schema { get; }\n\nSchema of the results (even if there are no rows).\n\n### TableReference\n\n public TableReference TableReference { get; }\n\nReference to the table this result set may has been fetched from.\nMay be null. (For example, script queries don't store results in tables.)"]]