Base class for all generated classes.
More...
|
| SpecificFixed (uint size) |
| Initializes a new instance of the SpecificFixed class.
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
| GenericFixed (FixedSchema schema) |
| Initializes a new instance of the GenericFixed class.
|
|
| GenericFixed (FixedSchema schema, byte[] value) |
| Initializes a new instance of the GenericFixed class with a value.
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
|
bool | Equals (SpecificFixed obj) |
| Determines whether the provided fixed is equivalent this this instance.
|
|
| GenericFixed (uint size) |
| Initializes a new instance of the GenericFixed class with a size.
|
|
|
new Schema | Schema [get] |
| Schema of this instance.
|
|
FixedSchema | Schema [get, set] |
| Schema for this fixed.
|
|
byte[] | Value [get, set] |
| Value of this fixed.
|
|
|
readonly byte[] | value |
| Value of this fixed.
|
|
Base class for all generated classes.
◆ SpecificFixed()
Avro.Specific.SpecificFixed.SpecificFixed |
( |
uint |
size | ) |
|
|
inline |
Initializes a new instance of the SpecificFixed class.
- Parameters
-
◆ Equals()
Determines whether the provided fixed is equivalent this this instance.
- Parameters
-
- Returns
- True if the fixed instances have equal values.
The documentation for this class was generated from the following file:
- src/apache/main/Specific/SpecificFixed.cs