Search Results for

    Show / Hide Table of Contents

    Class SchemaMetadata

    Represents metadata about the schema used for serializing the record's value or key.

    Inheritance
    object
    SchemaMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Powertools for AWS Lambda (.NET) API Documentation