Interface SchemaInfo


@Public @Stable public interface SchemaInfo
Information about the schema.
  • Method Details

    • getName

      String getName()
    • getSchema

      byte[] getSchema()
      The schema data in AVRO JSON format.
    • getType

      SchemaType getType()
      The type of schema (AVRO, JSON, PROTOBUF, etc..).
    • getProperties

      Map<String,String> getProperties()
      Additional properties of the schema definition (implementation defined).
    • getTimestamp

      long getTimestamp()
      The created time of schema.
    • getSchemaDefinition

      String getSchemaDefinition()
    • builder

      static SchemaInfo.SchemaInfoBuilder builder()