Data Catalog v1 API - Class PhysicalSchema.Types.AvroSchema (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class PhysicalSchema.Types.AvroSchema.

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(AvroSchema)

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

Properties

Text

public string Text { get; set; }

JSON source of the Avro schema.

Property Value
TypeDescription
string