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-03-21 UTC."],[[["This webpage provides documentation for the `GetTableOptions` class within the Google BigQuery v2 API for .NET."],["The latest version documented is 3.11.0, with older versions available for reference, down to 2.2.0."],["The `GetTableOptions` class, used in `GetTable` operations, inherits properties from the base `Object` class."],["The class allows specification of schema fields to be returned via the `SelectedFields` property, which accepts a comma-separated list of schema field names as a string."],["If the `SelectedFields` is null or empty, the full schema is returned."]]],[]]