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."],[[["This page details the `ArrowSerializationOptions` class, which is a part of the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically within version 2.7.0."],["The `ArrowSerializationOptions` class is used to manage settings related to Arrow Serialization, with the ability to define compression codec for Arrow buffers."],["It includes various implemented interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["The class includes two constructors, a parameterless one and one that accepts another `ArrowSerializationOptions` object for creating copies."],["Multiple versions of this class are available ranging from version 2.3.0 up to the latest version 3.17.0, each linked to its respective documentation."]]],[]]