public sealed class ArrowRecordBatch : IMessage<ArrowRecordBatch>, IEquatable<ArrowRecordBatch>, IDeepCloneable<ArrowRecordBatch>, IBufferMessage, IMessage
[[["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 `ArrowRecordBatch` is 3.17.0, as listed at the top of the version list, with several prior versions also accessible."],["`ArrowRecordBatch` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ArrowRecordBatch` includes two constructors: a default constructor and one that accepts another `ArrowRecordBatch` object as a parameter."],["The class has properties `RowCount` which indicates the number of rows, and `SerializedRecordBatch` which contains the serialized Arrow RecordBatch data."],["The `ArrowRecordBatch` class is found within the `Google.Cloud.BigQuery.Storage.V1` namespace and the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."]]],[]]