Class to store schema name, namespace, enclosing namespace and documentation  
 More...
Class to store schema name, namespace, enclosing namespace and documentation 
◆ SchemaName()
  
  | 
        
          | Avro.SchemaName.SchemaName | ( | string | name, |  
          |  |  | string | space, |  
          |  |  | string | encspace, |  
          |  |  | string | documentation |  
          |  | ) |  |  |  | inline | 
 
Constructor for SchemaName 
- Parameters
- 
  
    | name | name of the schema |  | space | namespace of the schema |  | encspace | enclosing namespace of the schema |  | documentation | documentation of the schema |  
 
 
 
◆ Equals()
  
  | 
        
          | override bool Avro.SchemaName.Equals | ( | Object | obj | ) |  |  | inline | 
 
Compares two schema names 
- Parameters
- 
  
    | obj | SchameName object to compare against this object |  
 
- Returns
- true or false
 
 
◆ ToString()
  
  | 
        
          | override string Avro.SchemaName.ToString | ( |  | ) |  |  | inline | 
 
Returns the full name of the schema 
- Returns
 
 
◆ Documentation
  
  | 
        
          | String Avro.SchemaName.Documentation |  | get | 
 
Documentation for the schema 
 
 
◆ EncSpace
  
  | 
        
          | String Avro.SchemaName.EncSpace |  | get | 
 
Namespace from the most tightly enclosing schema 
 
 
◆ Fullname
  
  | 
        
          | String Avro.SchemaName.Fullname |  | get | 
 
Namespace.Name of the schema 
 
 
◆ Name
  
  | 
        
          | String Avro.SchemaName.Name |  | get | 
 
 
◆ Namespace
  
  | 
        
          | String? Avro.SchemaName.Namespace |  | get | 
 
 
◆ Space
  
  | 
        
          | String Avro.SchemaName.Space |  | get | 
 
Namespace specified within the schema 
 
 
The documentation for this class was generated from the following file:
- src/apache/main/Schema/SchemaName.cs