ValueByteSegmentValue Constructor

Initializes a new instance of the ValueByteSegmentValue class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public ByteSegmentValue(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes  Byte
 
offset  Int32
 
length  Int32
 

See Also