Class to store schema name, namespace and enclosing namespace. More...
Public Member Functions | |
SchemaName (String name, String space, String encspace) | |
Constructor for SchemaName. | |
override string | ToString () |
Returns the full name of the schema. | |
override bool | Equals (Object obj) |
Compares two schema names. | |
override int | GetHashCode () |
Properties | |
String | Name [get, set] |
Name of the schema. | |
String | Space [get, set] |
Namespace specified within the schema. | |
String | EncSpace [get, set] |
Namespace from the most tightly enclosing schema. | |
String | Fullname [get] |
Namespace.Name of the schema. | |
String | Namespace [get] |
Namespace of the schema. |
Class to store schema name, namespace and enclosing namespace.
Avro.SchemaName.SchemaName | ( | String | name, |
String | space, | ||
String | encspace | ||
) | [inline] |
Constructor for SchemaName.
name | name of the schema |
space | namespace of the schema |
encspace | enclosing namespace of the schema |
override bool Avro.SchemaName.Equals | ( | Object | obj | ) | [inline] |
Compares two schema names.
obj | SchameName object to compare against this object |
override string Avro.SchemaName.ToString | ( | ) | [inline] |
Returns the full name of the schema.
String Avro.SchemaName.EncSpace [get, set] |
Namespace from the most tightly enclosing schema.
String Avro.SchemaName.Fullname [get] |
Namespace.Name of the schema.
String Avro.SchemaName.Name [get, set] |
Name of the schema.
String Avro.SchemaName.Namespace [get] |
Namespace of the schema.
String Avro.SchemaName.Space [get, set] |
Namespace specified within the schema.