Kinetica   C#   API  Version 7.2.3.0
Avro.Specific.SpecificFixed Class Reference

Base class for all generated classes More...

+ Inheritance diagram for Avro.Specific.SpecificFixed:
+ Collaboration diagram for Avro.Specific.SpecificFixed:

Public Member Functions

 SpecificFixed (uint size)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
- Public Member Functions inherited from Avro.Generic.GenericFixed
 GenericFixed (FixedSchema schema)
 
 GenericFixed (FixedSchema schema, byte[] value)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Protected Member Functions

bool Equals (SpecificFixed obj)
 
- Protected Member Functions inherited from Avro.Generic.GenericFixed
 GenericFixed (uint size)
 

Properties

abstract new Schema Schema [get]
 
- Properties inherited from Avro.Generic.GenericFixed
FixedSchema Schema [get, set]
 
byte [] Value [get, set]
 

Additional Inherited Members

- Protected Attributes inherited from Avro.Generic.GenericFixed
readonly byte [] value
 

Detailed Description

Base class for all generated classes

Definition at line 29 of file SpecificFixed.cs.

Constructor & Destructor Documentation

◆ SpecificFixed()

Avro.Specific.SpecificFixed.SpecificFixed ( uint  size)
inline

Definition at line 31 of file SpecificFixed.cs.

Member Function Documentation

◆ Equals() [1/2]

bool Avro.Specific.SpecificFixed.Equals ( SpecificFixed  obj)
inlineprotected

Definition at line 34 of file SpecificFixed.cs.

◆ Equals() [2/2]

override bool Avro.Specific.SpecificFixed.Equals ( object  obj)
inline

Definition at line 50 of file SpecificFixed.cs.

◆ GetHashCode()

override int Avro.Specific.SpecificFixed.GetHashCode ( )
inline

Definition at line 58 of file SpecificFixed.cs.

Property Documentation

◆ Schema

abstract new Schema Avro.Specific.SpecificFixed.Schema
get

Definition at line 32 of file SpecificFixed.cs.


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