public sealed class ArrowSerializationOptions : IMessage<ArrowSerializationOptions>, IEquatable<ArrowSerializationOptions>, IDeepCloneable<ArrowSerializationOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ArrowSerializationOptions.
[[["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 reference documentation for the `ArrowSerializationOptions` class within the Google BigQuery Storage v1 API for .NET."],["The `ArrowSerializationOptions` class contains configurations for Arrow serialization, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `ArrowSerializationOptions` class is 3.17.0, with the content listed going down to version 2.3.0."],["This class can be constructed either without parameters, or by being passed another `ArrowSerializationOptions` instance."],["It includes a `BufferCompression` property, allowing users to set the desired compression codec for Arrow buffers during serialization."]]],[]]