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 webpage provides documentation for the `ArrowSerializationOptions` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for the .NET framework."],["The `ArrowSerializationOptions` class is used to define options for serializing data using the Arrow format and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists historical versions of the documentation for `ArrowSerializationOptions`, ranging from version 2.3.0 up to the latest version 3.17.0."],["The `ArrowSerializationOptions` class has two constructors: a default constructor and a copy constructor, as well as the property `BufferCompression` that allows users to specify the type of compression to use."],["The class inherits from `Object`, inheriting members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]