public sealed class AvroSchema : IMessage<AvroSchema>, IEquatable<AvroSchema>, IDeepCloneable<AvroSchema>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AvroSchema.
Represents a collection of Avro schemas.
Implements
IMessageAvroSchema, IEquatableAvroSchema, IDeepCloneableAvroSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
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 |
|