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 provides documentation for the `ArrowRecordBatch` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its structure and functionality."],["The latest version documented is 3.17.0, with a range of previous versions listed for reference, all the way down to 2.3.0."],["`ArrowRecordBatch` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the .NET and Google Cloud Protobuf ecosystem."],["The class has two constructors: a default constructor and one that takes another `ArrowRecordBatch` instance for creating a new object from an existing one."],["Key properties of the `ArrowRecordBatch` class are `RowCount`, which indicates the number of rows in the batch, and `SerializedRecordBatch`, which contains the serialized data of the batch in an IPC-serialized Arrow format."]]],[]]