Kinetica   C#   API  Version 7.2.3.0
Avro.SchemaName Class Reference

Class to store schema name, namespace and enclosing namespace More...

Public Member Functions

 SchemaName (String name, String space, String encspace)
 Constructor for SchemaName More...
 
override string ToString ()
 Returns the full name of the schema More...
 
override bool Equals (Object obj)
 Compares two schema names More...
 
override int GetHashCode ()
 

Properties

String Name [get]
 Name of the schema More...
 
String Space [get]
 Namespace specified within the schema More...
 
String EncSpace [get]
 Namespace from the most tightly enclosing schema More...
 
String? Fullname [get]
 Namespace.Name of the schema More...
 
String? Namespace [get]
 Namespace of the schema More...
 

Detailed Description

Class to store schema name, namespace and enclosing namespace

Definition at line 27 of file SchemaName.cs.

Constructor & Destructor Documentation

◆ SchemaName()

Avro.SchemaName.SchemaName ( String  name,
String  space,
String  encspace 
)
inline

Constructor for SchemaName

Parameters
namename of the schema
spacenamespace of the schema
encspaceenclosing namespace of the schema

Definition at line 60 of file SchemaName.cs.

Member Function Documentation

◆ Equals()

override bool Avro.SchemaName.Equals ( Object  obj)
inline

Compares two schema names

Parameters
objSchameName object to compare against this object
Returns
true or false

Definition at line 114 of file SchemaName.cs.

◆ GetHashCode()

override int Avro.SchemaName.GetHashCode ( )
inline

Definition at line 136 of file SchemaName.cs.

◆ ToString()

override string Avro.SchemaName.ToString ( )
inline

Returns the full name of the schema

Returns

Definition at line 86 of file SchemaName.cs.

Property Documentation

◆ EncSpace

String Avro.SchemaName.EncSpace
get

Namespace from the most tightly enclosing schema

Definition at line 42 of file SchemaName.cs.

◆ Fullname

String? Avro.SchemaName.Fullname
get

Namespace.Name of the schema

Definition at line 47 of file SchemaName.cs.

◆ Name

String Avro.SchemaName.Name
get

Name of the schema

Definition at line 32 of file SchemaName.cs.

◆ Namespace

String? Avro.SchemaName.Namespace
get

Namespace of the schema

Definition at line 52 of file SchemaName.cs.

◆ Space

String Avro.SchemaName.Space
get

Namespace specified within the schema

Definition at line 37 of file SchemaName.cs.


The documentation for this class was generated from the following file: