public sealed class ArrowSerializationOptions : IMessage<ArrowSerializationOptions>, IEquatable<ArrowSerializationOptions>, IDeepCloneable<ArrowSerializationOptions>, IBufferMessage, IMessage
[[["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 documents the `ArrowSerializationOptions` class, which contains settings for serializing data using the Arrow format within the Google Cloud BigQuery Storage V1 API."],["The most recent version of the documented class is `3.17.0`, with previous versions ranging back to `2.3.0` being accessible through the provided links."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it fit for message transfer and manipulation."],["The `ArrowSerializationOptions` class has a property called `BufferCompression` which allows for selecting the type of compression to use on the data buffers when serializing."],["The `ArrowSerializationOptions` has two constructors: a default parameterless constructor and a constructor that accepts another `ArrowSerializationOptions` object as a parameter for cloning."]]],[]]