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 page provides reference documentation for the `ArrowRecordBatch` class in the Google BigQuery Storage v1 API, specifically for the .NET framework."],["The `ArrowRecordBatch` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and is part of the `Google.Cloud.BigQuery.Storage.V1` namespace."],["The documentation details the inheritance of the `ArrowRecordBatch` class, which inherits from `Object` and contains a list of its inherited members, such as `GetHashCode`, `GetType`, and `ToString`."],["The page outlines the two constructors available for the `ArrowRecordBatch` class: a default constructor and a constructor that accepts another `ArrowRecordBatch` object."],["The documentation lists the properties of `ArrowRecordBatch`, which include `RowCount` (marked as obsolete and to be replaced with `ReadRowsResponse.row_count`) and `SerializedRecordBatch`, along with their respective data types and descriptions."]]],[]]