[[["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 document outlines the `BigQueryRow` class, which represents a row in a result set from a BigQuery query or table listing."],["The latest version documented is 3.11.0, but it also includes links to versions ranging from 2.2.0 up to 3.11.0, along with a link to version 2.4.0."],["`BigQueryRow` can be constructed using a `TableRow` and a `TableSchema`, primarily for internal testing purposes rather than direct production code creation."],["The class provides indexed and named access to cell values via the `Item` property, allowing retrieval by both `Int32` index and `string` name."],["`BigQueryRow` exposes `RawRow` and `Schema` properties, which provide access to the underlying REST-ful row resource and the table schema, respectively."]]],[]]