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 webpage provides documentation for `ArrowSerializationOptions` within the `Google.Cloud.BigQuery.Storage.V1` namespace, with the latest version being 3.17.0."],["This class contains options specific to Arrow Serialization, and it is inherited from `Object`."],["`ArrowSerializationOptions` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor `ArrowSerializationOptions()` and a copy constructor `ArrowSerializationOptions(ArrowSerializationOptions other)` for creating instances."],["The class features a property, `BufferCompression`, which determines the compression codec used for Arrow buffers during serialization, with a type of `ArrowSerializationOptions.Types.CompressionCodec`."]]],[]]