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."],[[["The latest version available for the Google BigQuery Storage v1 API class `ArrowRecordBatch` is 3.17.0."],["The `ArrowRecordBatch` class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is contained within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `ArrowRecordBatch` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["The class `ArrowRecordBatch` has two constructors, one for creating an empty instance, and one for making a copy of another `ArrowRecordBatch` object."],["It contains properties such as the deprecated `RowCount` (a long integer) and `SerializedRecordBatch` (a `ByteString`), representing the count of rows and the IPC-serialized Arrow RecordBatch respectively."]]],[]]