ValueByteValue Class

Byte value.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class ByteValue : Value<byte>
Inheritance
Object    Value    ValueByte    ValueByteValue

Constructors

ValueByteValueInitializes a new instance of the ValueByteValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from ValueT)
Type
(Inherited from ValueT)
value
(Inherited from ValueT)

Methods

Equals(Object)
(Inherited from ValueT)
Equals(T)
(Inherited from ValueT)
Equals(ValueT)
(Inherited from ValueT)
EstimateSize
(Overrides ValueEstimateSize)
GetHashCode
(Overrides ValueTGetHashCode)
Pack
(Overrides ValuePack(Packer))
ToInteger
(Overrides ValueToInteger)
ToLong
(Overrides ValueToLong)
ToString
(Inherited from ValueT)
ToUnsignedInteger
(Overrides ValueToUnsignedInteger)
ToUnsignedLong
(Overrides ValueToUnsignedLong)
ValidateKeyType Validate if value type can be used as a key.
(Inherited from Value)
Write
(Overrides ValueWrite(Byte, Int32))

See Also