Class Schema
Schema for a Kafka message.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class Schema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Optional. The schema references used by the schema.
Declaration
[JsonProperty("references")]
public virtual IList<SchemaReference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<SchemaReference> |
SchemaType
Optional. The schema type of the schema.
Declaration
[JsonProperty("schemaType")]
public virtual string SchemaType { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaValue
The schema payload.
Declaration
[JsonProperty("schema")]
public virtual string SchemaValue { get; set; }
Property Value
Type | Description |
---|---|
string |