Class SchemaMetadata
Represents metadata about the schema used for serializing the record's value or key.
Inherited Members
Namespace: AWS.Lambda.Powertools.Kafka.Json
Assembly: AWS.Lambda.Powertools.Kafka.Json.dll
Syntax
public class SchemaMetadata
Properties
DataFormat
Gets or sets the format of the data (e.g., "JSON", "AVRO" "Protobuf"). ///
Declaration
public string DataFormat { get; }
Property Value
Type | Description |
---|---|
string |
SchemaId
Gets or sets the schema ID associated with the record's value or key.
Declaration
public string SchemaId { get; }
Property Value
Type | Description |
---|---|
string |