Byte segment value.
Inheritance Hierarchy
Aerospike.ClientValue
Aerospike.ClientValueByteSegmentValue
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class ByteSegmentValue : Value
The ValueByteSegmentValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ValueByteSegmentValue | Initializes a new instance of the ValueByteSegmentValue class |
Properties
Name | Description | |
---|---|---|
![]() | Bytes | |
![]() | Length | |
![]() | Object | (Overrides ValueObject.) |
![]() | Offset | |
![]() | Type | (Overrides ValueType.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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).) |
See Also