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 latest version of the `Google.Cloud.BigQuery.Storage.V1` library is 3.17.0, with multiple previous versions available for reference, all relating to `ArrowSerializationOptions`."],["`ArrowSerializationOptions` is a sealed class that provides specific settings for Arrow serialization within the `Google.Cloud.BigQuery.Storage.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling message serialization and cloning."],["`ArrowSerializationOptions` has a property called `BufferCompression` that can be used to set the compression codec for Arrow buffers."],["There are two constructors available for the class `ArrowSerializationOptions()`, and `ArrowSerializationOptions(ArrowSerializationOptions other)`."]]],[]]