Google Cloud Bigtable Administration v2 API - Class AvroSchema (3.35.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AvroSchema.

Represents a collection of Avro schemas.

Inheritance

object > AvroSchema

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

AvroSchema()

public AvroSchema()

AvroSchema(AvroSchema)

public AvroSchema(AvroSchema other)
Parameter
Name Description
other AvroSchema

Properties

JsonSchemas

public RepeatedField<string> JsonSchemas { get; }

Required. The Avro schemas in JSON format. Each element must be the content of a valid, self-contained Avro schema file (.avsc), as described in https://avro.apache.org/docs/1.8.1/spec.html. Use repeated elements to include multiple Avro schema files in a single bundle.

Property Value
Type Description
RepeatedFieldstring