public sealed class ArrowRecordBatch : IMessage<ArrowRecordBatch>, IEquatable<ArrowRecordBatch>, IDeepCloneable<ArrowRecordBatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ArrowRecordBatch.
[[["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 page provides reference documentation for the `ArrowRecordBatch` class within the Google BigQuery Storage v1 API for .NET."],["The latest version of `ArrowRecordBatch` is 3.17.0, and the page lists other previous versions from 2.3.0 to 3.16.0."],["The `ArrowRecordBatch` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ArrowRecordBatch` class contains properties such as `RowCount` (deprecated) and `SerializedRecordBatch`, which holds the IPC-serialized Arrow RecordBatch data."],["The `ArrowRecordBatch` class has two constructors, a default one `ArrowRecordBatch()` and a copy constructor `ArrowRecordBatch(ArrowRecordBatch other)`."]]],[]]