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, with the most recent version being 3.17.0."],["The `ArrowRecordBatch` class is a part of the `Google.Cloud.BigQuery.Storage.V1` namespace, and it represents an IPC-serialized Arrow RecordBatch for efficient data transfer."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides core functionality."],["The `ArrowRecordBatch` class includes properties such as `RowCount` (deprecated) and `SerializedRecordBatch`, and also contains a default constructor as well as a constructor allowing for copying."],["This page also provides a history of previous versions of the `ArrowRecordBatch`, all the way back to 2.3.0, for users looking to integrate older versions."]]],[]]