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, serving as a component of the Google Cloud BigQuery Storage API for .NET."],["The latest version available for `ArrowRecordBatch` is 3.17.0, with historical versions listed down to 2.3.0, providing access to previous builds of the class."],["`ArrowRecordBatch` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The `ArrowRecordBatch` class has two constructors, one default and one for copying from another `ArrowRecordBatch` instance, and it contains properties `RowCount` of type Int64 and `SerializedRecordBatch` of type ByteString."],["`ArrowRecordBatch` is a class that stores data in a serialized record batch format used to retrieve data from BigQuery."]]],[]]