This is public to allow tests to construct instances for production code to consume;
production code should not normally construct instances itself. This constructor does not
currently allow customization based on whether timestamps are represented using Int64
values, and always assumes floating point values.
[[["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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eBigQueryRow\u003c/code\u003e class within the Google BigQuery v2 API, specifically for .NET development, including access to different versions of this class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryRow\u003c/code\u003e class represents a single row in a BigQuery result set, derived from either a query or a table's rows, and it inherits from the base \u003ccode\u003eobject\u003c/code\u003e class in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor, \u003ccode\u003eBigQueryRow(TableRow rawRow, TableSchema schema)\u003c/code\u003e, used to create an instance from a REST-ful resource and a schema, but it is usually designed for internal testing and consumption by production code.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryRow\u003c/code\u003e allows access to cell values either by index with \u003ccode\u003ethis[int index]\u003c/code\u003e or by field name with \u003ccode\u003ethis[string name]\u003c/code\u003e, both returning an object.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to access the underlying REST-ful row resource, which is a \u003ccode\u003eTableRow\u003c/code\u003e, and the schema, which is a \u003ccode\u003eTableSchema\u003c/code\u003e, used to interpret the row results.\u003c/p\u003e\n"]]],[],null,[]]