Value Class
Polymorphic value classes used to efficiently serialize objects into the wire protocol.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public abstract class Value
- Inheritance
- Object Value
- Derived
- More Less
AsNull |
Get null value instance.
|
IsNull |
Get null value instance.
|
Object |
Return original value as an Object.
|
Type |
Get wire protocol value type.
|
DisableDeserializer |
Should default object deserializer be disabled. If true, an exception will be thrown when
a default object deserialization is attempted. Default object serialization is triggered
when serialized data is read/parsed from the server. DisableDeserializer is separate from
DisableSerializer because there may be cases when no new serialization is allowed, but
existing serialized objects need to be supported. BinaryFormatter has been removed from
the client by default, so this field is no longer relevant.
|
DisableSerializer |
Should BinaryFormatter be disabled. If true, an exception will be thrown when BinaryFormatter
is used. BinaryFormatter has been removed from the client by default, so this field is no
longer relevant.
|
INFINITY |
Infinity value to be used in CDT range comparisons only.
|
UseBoolBin |
Should client send boolean particle type for a boolean bin. If false
an integer particle type (1 or 0) is sent instead. Must be false for server
versions less than 5.6 which do not support boolean bins. Can set to true for
server 5.6+.
|
WILDCARD |
Wildcard value to be used in CDT range comparisons only.
|