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.
Implements
IMessageAvroSchema, IEquatableAvroSchema, IDeepCloneableAvroSchema, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
AvroSchema()
public AvroSchema()
AvroSchema(AvroSchema)
public AvroSchema(AvroSchema other)
Parameter | |
---|---|
Name | Description |
other | AvroSchema |
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 | |
---|---|
Type | Description |
string |