ValueByteSegmentValue Class

Byte segment value.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class ByteSegmentValue : Value, 
	IEquatable<ValueByteSegmentValue>
Inheritance
Object    Value    ValueByteSegmentValue
Implements
IEquatableValueByteSegmentValue

Constructors

ValueByteSegmentValueInitializes a new instance of the ValueByteSegmentValue class

Properties

Bytes 
IsNull Get null value instance.
(Inherited from Value)
Length 
Object
(Overrides ValueObject)
Offset 
Type
(Overrides ValueType)

Methods

Equals(ValueByteSegmentValue) 
Equals(Object)
(Overrides ObjectEquals(Object))
EstimateSize
(Overrides ValueEstimateSize)
GetHashCode
(Overrides ObjectGetHashCode)
Pack
(Overrides ValuePack(Packer))
ToInteger Return value as an integer.
(Inherited from Value)
ToLong Return value as a long.
(Inherited from Value)
ToString
(Overrides ObjectToString)
ToUnsignedInteger Return value as an unsigned integer.
(Inherited from Value)
ToUnsignedLong Return value as an unsigned long.
(Inherited from Value)
ValidateKeyType Validate if value type can be used as a key.
(Inherited from Value)
Write
(Overrides ValueWrite(Byte, Int32))

Operators

See Also