Value.ByteSegmentValue Class

Byte segment value.

Definition

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

Constructors

Value.ByteSegmentValueInitializes a new instance of the Value.ByteSegmentValue class

Properties

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

Methods

Equals(Value.ByteSegmentValue) 
Equals(Object)
(Overrides Object.Equals(Object))
EstimateSize
(Overrides Value.EstimateSize())
GetHashCode
(Overrides Object.GetHashCode())
Pack
(Overrides Value.Pack(Packer))
ToInteger Return value as an integer.
(Inherited from Value)
ToLong Return value as a long.
(Inherited from Value)
ToString
(Overrides Object.ToString())
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 Value.Write(Byte[], Int32))

Operators

See Also