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 page provides documentation for the `ArrowRecordBatch` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its implementation and usage across multiple versions."],["`ArrowRecordBatch` is a public sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like serialization, comparison, deep cloning, and buffer management."],["The documentation covers the class's constructors, `ArrowRecordBatch()`, which creates a new instance of `ArrowRecordBatch`, and `ArrowRecordBatch(ArrowRecordBatch other)` which creates a copy of the input `ArrowRecordBatch` object, along with the `RowCount` and `SerializedRecordBatch` properties."],["There are many versions of this class, from 2.3.0 all the way up to 3.17.0 (latest)."]]],[]]