Value.ByteValue Class

Byte value.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class ByteValue : Value<byte>
Inheritance
Object    Value    Value<Byte>    Value.ByteValue

Constructors

Value.ByteValueInitializes a new instance of the Value.ByteValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from Value<T>)
Type
(Inherited from Value<T>)
value
(Inherited from Value<T>)

Methods

See Also