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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for Google.Cloud.BigQuery.V2 is 3.11.0, with various previous versions accessible, including 3.10.0 down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryPage\u003c/code\u003e is a class representing a set of rows loaded from \u003ccode\u003eBigQueryResults\u003c/code\u003e in memory, potentially with a page token for further results, and it inherits from the .NET \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eBigQueryPage\u003c/code\u003e object is constructed with parameters such as \u003ccode\u003erows\u003c/code\u003e, \u003ccode\u003eschema\u003c/code\u003e, \u003ccode\u003ejobReference\u003c/code\u003e, \u003ccode\u003etableReference\u003c/code\u003e, and \u003ccode\u003enextPageToken\u003c/code\u003e to represent a result set from a BigQuery job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryPage\u003c/code\u003e class includes properties like \u003ccode\u003eJobReference\u003c/code\u003e, \u003ccode\u003eNextPageToken\u003c/code\u003e, \u003ccode\u003eRows\u003c/code\u003e, \u003ccode\u003eSchema\u003c/code\u003e, and \u003ccode\u003eTableReference\u003c/code\u003e, providing details about the associated job, pagination, row data, schema, and the referenced table.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryPage\u003c/code\u003e constructor is for testing purposes and takes in a list of \u003ccode\u003eBigQueryRow\u003c/code\u003e objects, a \u003ccode\u003eTableSchema\u003c/code\u003e, a \u003ccode\u003eJobReference\u003c/code\u003e, a \u003ccode\u003eTableReference\u003c/code\u003e, and a \u003ccode\u003enextPageToken\u003c/code\u003e as arguments.\u003c/p\u003e\n"]]],[],null,[]]