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.
Implements
IMessagePhysicalSchemaTypesAvroSchema, IEquatablePhysicalSchemaTypesAvroSchema, IDeepCloneablePhysicalSchemaTypesAvroSchema, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
AvroSchema()
public AvroSchema()
AvroSchema(AvroSchema)
public AvroSchema(PhysicalSchema.Types.AvroSchema other)
Parameter | |
---|---|
Name | Description |
other | PhysicalSchemaTypesAvroSchema |
Properties
Text
public string Text { get; set; }
JSON source of the Avro schema.
Property Value | |
---|---|
Type | Description |
string |