Comma separated list of schema fields to return.
When set allows to obtain a partial table schema.
When this property is null or empty the full table schema is returned.
[[["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."],[[["The latest version of the `GetTableOptions` class for the Google BigQuery v2 API is 3.11.0."],["The `GetTableOptions` class provides options for `GetTable` operations within the Google BigQuery v2 API."],["The class has two properties: `SelectedFields`, a string that allows for the retrieval of a partial table schema by specifying a comma-separated list of fields, and `View`, allowing to fetch a specific view of the table."],["The `GetTableOptions` class inherits from the base .NET `object` class."],["This class is found within the `Google.Cloud.BigQuery.V2` namespace, contained within the `Google.Cloud.BigQuery.V2.dll` assembly."]]],[]]