@InterfaceAudience.Public @InterfaceStability.Stable public interface SchemaInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaInfo.SchemaInfoBuilder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaInfo.SchemaInfoBuilder |
builder() |
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()
static SchemaInfo.SchemaInfoBuilder builder()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.