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` class is 3.17.0, part of the Google.Cloud.BigQuery.Storage.V1 package, with previous versions available down to 2.3.0."],["`ArrowRecordBatch` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The `ArrowRecordBatch` class has properties such as `RowCount`, which is marked as obsolete and suggests using `ReadRowsResponse.row_count`, and `SerializedRecordBatch`, which stores the IPC-serialized Arrow RecordBatch."],["The `ArrowRecordBatch` class has two constructors, a default one `ArrowRecordBatch()` and a second that takes another `ArrowRecordBatch` as a parameter."]]],[]]