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 documentation covers the \u003ccode\u003eBigQueryRow\u003c/code\u003e class within the Google BigQuery v2 API, specifically in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryRow\u003c/code\u003e represents a single row in a BigQuery result set, either from a query or a table listing.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor \u003ccode\u003eBigQueryRow(TableRow, TableSchema)\u003c/code\u003e that takes a \u003ccode\u003eTableRow\u003c/code\u003e and \u003ccode\u003eTableSchema\u003c/code\u003e to create an instance, but is mainly for internal testing, and should not be used by production code.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryRow\u003c/code\u003e provides indexed and named access to cell values through \u003ccode\u003ethis[int index]\u003c/code\u003e and \u003ccode\u003ethis[string name]\u003c/code\u003e properties, respectively, both of which return objects.\u003c/p\u003e\n"],["\u003cp\u003eThere is also documentation available for different versions of this class, with version 3.11.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]