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, specifically for .NET development."],["The `ArrowRecordBatch` class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is used to handle IPC-serialized Arrow RecordBatch data, as indicated by the `SerializedRecordBatch` property."],["The documentation covers versions ranging from 2.3.0 up to the latest version, 3.17.0, of the `ArrowRecordBatch` class, allowing users to access information from many older versions."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, which are key for using it with protocol buffer messages."],["The documentation includes details on the class's constructors, including a parameter to take in another `ArrowRecordBatch`, as well as properties such as `RowCount` and `SerializedRecordBatch` to interact with the class."]]],[]]