@InterfaceAudience.Public @InterfaceStability.Stable public interface SchemaInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Map<String,String> |
getProperties()
Additional properties of the schema definition (implementation defined).
|
byte[] |
getSchema()
The schema data in AVRO JSON format.
|
String |
getSchemaDefinition() |
SchemaType |
getType()
The type of schema (AVRO, JSON, PROTOBUF, etc..).
|
String getName()
byte[] getSchema()
SchemaType getType()
Map<String,String> getProperties()
String getSchemaDefinition()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.