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-03-21 UTC."],[[["This webpage details the `ListTablesOptions` class, which is used to configure options for listing tables within the Google Cloud BigQuery service, specifically within the .NET environment."],["The `ListTablesOptions` class includes properties such as `PageSize`, which allows you to define the number of results returned per page, and `PageToken`, for continuing a list operation across multiple requests."],["The documentation covers various versions of the Google.Cloud.BigQuery.V2 library, ranging from version 2.2.0 up to the latest, version 3.11.0, enabling users to view documentation for their specific version."],["The `ListTablesOptions` class inherits members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The information provided specifies the namespace `Google.Cloud.BigQuery.V2`, and the assembly `Google.Cloud.BigQuery.V2.dll`, further helping to pinpoint it's context within the .NET Framework."]]],[]]