public sealed class AvroSchema : IMessage<PhysicalSchema.Types.AvroSchema>, IEquatable<PhysicalSchema.Types.AvroSchema>, IDeepCloneable<PhysicalSchema.Types.AvroSchema>, 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-25 UTC."],[[["This webpage provides documentation for the `AvroSchema` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its usage in representing schema in Avro JSON format."],["The documentation spans multiple versions of the .NET library, from version 1.2.0 up to the latest version 2.14.0, with each version linked to its corresponding `AvroSchema` documentation."],["`AvroSchema` inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its capabilities for data handling."],["The `AvroSchema` class can be instantiated using either a default constructor or a copy constructor that takes another `AvroSchema` object as input."],["A key property of the `AvroSchema` class is `Text`, which stores the JSON source of the Avro schema and is of type string."]]],[]]