Protected Member Functions | Properties

Avro::UnnamedSchema Class Reference

Base class for all unnamed schemas. More...

Inheritance diagram for Avro::UnnamedSchema:
Avro::Schema Avro::ArraySchema Avro::MapSchema Avro::PrimitiveSchema Avro::UnionSchema

List of all members.

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.

Detailed Description

Base class for all unnamed schemas.


Property Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties