Class PhysicalSchema.Types.AvroSchema (1.8.0)

public sealed class AvroSchema : IMessage<PhysicalSchema.Types.AvroSchema>, IEquatable<PhysicalSchema.Types.AvroSchema>, IDeepCloneable<PhysicalSchema.Types.AvroSchema>, IBufferMessage, IMessage

Schema in Avro JSON format.

Inheritance

Object > PhysicalSchema.Types.AvroSchema

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

AvroSchema()

public AvroSchema()

AvroSchema(PhysicalSchema.Types.AvroSchema)

public AvroSchema(PhysicalSchema.Types.AvroSchema other)
Parameter
NameDescription
otherPhysicalSchema.Types.AvroSchema

Properties

Text

public string Text { get; set; }

JSON source of the Avro schema.

Property Value
TypeDescription
String