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"]],[["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-04-17 UTC."],[[["This webpage details the `GetTableOptions` class, which is used for configuring options for `GetTable` operations within the Google.Cloud.BigQuery.V2 namespace."],["The `GetTableOptions` class inherits from the base `Object` class, using its methods and functions such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The latest version of `GetTableOptions` in this document is 3.11.0, while the current page being viewed is referencing version 2.4.0, with the option to view all other versions in between."],["The class includes a `SelectedFields` property of type `string`, allowing users to specify a comma-separated list of schema fields to retrieve, enabling the retrieval of a partial table schema."],["The default behavior of the `SelectedFields` property is to retrieve the entire schema when it is null or empty."]]],[]]