public sealed class ArrowSerializationOptions : IMessage<ArrowSerializationOptions>, IEquatable<ArrowSerializationOptions>, IDeepCloneable<ArrowSerializationOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ArrowSerializationOptions.
[[["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 `ArrowSerializationOptions` class within the Google BigQuery Storage v1 API, specifically for version 3.12.0."],["The `ArrowSerializationOptions` class contains settings specific to Arrow data serialization, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class, and offers inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class offers two constructors: one default and one that takes another `ArrowSerializationOptions` instance as a parameter for copying."],["The `BufferCompression` property of type `CompressionCodec` allows users to set the compression codec for Arrow buffers."]]],[]]