public static final class SchemaV3.Meta extends Iced
Modifier and Type | Field and Description |
---|---|
java.lang.String |
schema_name |
java.lang.String |
schema_type |
int |
schema_version |
Constructor and Description |
---|
SchemaV3.Meta()
Default constructor used only for newInstance() in generic reflection-based code.
|
SchemaV3.Meta(int version,
java.lang.String name,
java.lang.String type)
Standard constructor which supplies all the fields.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Used during markdown generation.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Version number of this Schema. Must not be changed after creation (treat as final).", direction=OUTPUT) public int schema_version
@API(help="Simple name of this Schema. NOTE: the schema_names form a single namespace.", direction=OUTPUT) public java.lang.String schema_name
public SchemaV3.Meta()
public SchemaV3.Meta(int version, java.lang.String name, java.lang.String type)