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 content pertains to the `ArrowSerializationOptions` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, with version 2.9.0 being the version that the content refers to."],["This class, `ArrowSerializationOptions`, manages specific settings for Arrow Serialization, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ArrowSerializationOptions` class includes two constructors, a default one and one that takes another `ArrowSerializationOptions` instance as input, allowing for object duplication."],["It has a `BufferCompression` property, which allows users to specify the compression codec for Arrow buffers during the serialization of record batches, utilizing the `ArrowSerializationOptions.Types.CompressionCodec` enum."],["There are numerous versions of the `ArrowSerializationOptions` class spanning from version 2.3.0 up to 3.17.0, with 3.17.0 being the latest."]]],[]]