[[["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."],[[["The `BigQueryRow` class represents a row in a result set from a BigQuery query or table listing, and it is part of the Google BigQuery v2 API."],["Version 3.11.0 is the latest version of the Google.Cloud.BigQuery.V2 API, and the content provided includes documentation for several previous versions, down to 2.2.0."],["The `BigQueryRow` class is constructed with a `TableRow` (the REST-ful row resource) and a `TableSchema` and should not normally be constructed by production code, but is public to allow tests to construct instances."],["The `BigQueryRow` class provides indexed access to cell values through its `this[int index]` and `this[string name]` properties, allowing retrieval by index or field name."],["The `BigQueryRow` class exposes the underlying REST-ful row resource (`RawRow`) and the table's schema (`Schema`) as properties."]]],[]]