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 webpage provides documentation for the `ArrowRecordBatch` class within the Google BigQuery Storage v1 API for .NET, specifically version 3.14.0."],["The `ArrowRecordBatch` class represents an IPC-serialized Arrow RecordBatch and is available in multiple versions, from 2.3.0 to 3.17.0, as well as a link to the latest version."],["`ArrowRecordBatch` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for managing and manipulating data."],["Key properties include `RowCount`, which is now deprecated, and `SerializedRecordBatch`, which is used for containing the data, and is of type `ByteString`."],["The page also provides details on the constructors available for the `ArrowRecordBatch` class, such as the default constructor and a copy constructor that accepts another `ArrowRecordBatch` instance."]]],[]]