Google BigQuery Storage v1 API - Class AvroSchema (3.14.0)

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

Reference documentation and code samples for the Google BigQuery Storage v1 API class AvroSchema.

Avro schema.

Inheritance

object > AvroSchema

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

AvroSchema()

public AvroSchema()

AvroSchema(AvroSchema)

public AvroSchema(AvroSchema other)
Parameter
NameDescription
otherAvroSchema

Properties

Schema

public string Schema { get; set; }

Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.

Property Value
TypeDescription
string