The default type used by GenericReader and GenericWriter for objects for FixedSchema.
More...
|
| 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 () |
|
|
| GenericFixed (uint size) |
| Initializes a new instance of the GenericFixed class with a size.
|
|
|
readonly byte[] | value |
| Value of this fixed.
|
|
|
FixedSchema | Schema [get, set] |
| Schema for this fixed.
|
|
byte[] | Value [get, set] |
| Value of this fixed.
|
|
The default type used by GenericReader and GenericWriter for objects for FixedSchema.
◆ GenericFixed() [1/3]
Avro.Generic.GenericFixed.GenericFixed |
( |
FixedSchema |
schema | ) |
|
|
inline |
Initializes a new instance of the GenericFixed class.
- Parameters
-
schema | Schema for this fixed. |
◆ GenericFixed() [2/3]
Avro.Generic.GenericFixed.GenericFixed |
( |
FixedSchema |
schema, |
|
|
byte[] |
value |
|
) |
| |
|
inline |
Initializes a new instance of the GenericFixed class with a value.
- Parameters
-
schema | Schema for this fixed. |
value | Value of the fixed. |
◆ GenericFixed() [3/3]
Avro.Generic.GenericFixed.GenericFixed |
( |
uint |
size | ) |
|
|
inlineprotected |
Initializes a new instance of the GenericFixed class with a size.
- Parameters
-
size | Size of the fixed in bytes. |
The documentation for this class was generated from the following file:
- src/apache/main/Generic/GenericFixed.cs