[[["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 latest version of the `AvroRows` class is 3.17.0, as shown by the provided link, and there are multiple previous versions available, dating back to version 2.3.0."],["The `AvroRows` class, which inherits from `Object`, is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, found in the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `AvroRows` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer manipulation, respectively."],["The class provides two constructors, a default `AvroRows()` constructor, and another constructor `AvroRows(AvroRows other)` that accepts an existing `AvroRows` object for creating a copy."],["The class has two properties, `RowCount` of type `Int64` representing the number of rows, and `SerializedBinaryRows` of type `ByteString`, which contains the block of serialized binary data."]]],[]]