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."],[[["This webpage details the `ArrowRecordBatch` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, a part of the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `ArrowRecordBatch` class is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["The class provides two constructors, a default one and another that accepts an existing `ArrowRecordBatch` instance for creating copies."],["Key properties of the `ArrowRecordBatch` class include `RowCount`, representing the number of rows in the serialized record batch, and `SerializedRecordBatch`, which stores the IPC-serialized Arrow RecordBatch as a `ByteString`."],["The page also lists the versions of the `ArrowRecordBatch` class, with the latest version being 3.17.0, and the current version being viewed on this page is 2.6.0."]]],[]]