Base class for all unnamed schemas. More...
Protected Member Functions | |
UnnamedSchema (Type type, PropertyMap props) | |
Properties | |
override string | Name [get] |
The name of this schema. If this is a named schema such as an enum, it returns the fully qualified name for the schema. For other schemas, it returns the type of the schema. |
Base class for all unnamed schemas.
override string Avro.UnnamedSchema.Name [get] |
The name of this schema. If this is a named schema such as an enum, it returns the fully qualified name for the schema. For other schemas, it returns the type of the schema.
Reimplemented from Avro.Schema.