Get byte array segment or null value instance.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Value Get( byte[] value, int offset, int length )
Parameters
- value
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
Return Value
Type: ValueSee Also