public sealed class AvroSchema : IMessage<PhysicalSchema.Types.AvroSchema>, IEquatable<PhysicalSchema.Types.AvroSchema>, IDeepCloneable<PhysicalSchema.Types.AvroSchema>, IBufferMessage, IMessageSchema in Avro JSON format.
Implements
IMessage<PhysicalSchema.Types.AvroSchema>, IEquatable<PhysicalSchema.Types.AvroSchema>, IDeepCloneable<PhysicalSchema.Types.AvroSchema>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
AvroSchema()
public AvroSchema()AvroSchema(PhysicalSchema.Types.AvroSchema)
public AvroSchema(PhysicalSchema.Types.AvroSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
PhysicalSchema.Types.AvroSchema |
Properties
Text
public string Text { get; set; }JSON source of the Avro schema.
| Property Value | |
|---|---|
| Type | Description |
String |
|