[[["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 the `ArrowSchema` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, with version history from 2.3.0 up to the latest 3.17.0."],["`ArrowSchema` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating data structure representation and manipulation."],["The `ArrowSchema` class represents a schema as specified in the Apache Arrow documentation and serialized using IPC, and it also has a `SerializedSchema` property that stores the IPC serialized Arrow schema as a `ByteString`."],["This documentation details how the `ArrowSchema` class inherits from `Object` and how the class has two constructors: `ArrowSchema()` and `ArrowSchema(ArrowSchema other)`, allowing for default construction and cloning."],["This class also has a set of inherited members from `Object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]