RecordParserExtractBinValue Method

Bin parsing that might be useful for custom record parsers.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static int ExtractBinValue(
	byte[] dataBuffer,
	int dataOffset,
	out string binName,
	out byte valueType,
	out int valueOffset,
	out int valueSize
)

Parameters

dataBuffer  Byte
 
dataOffset  Int32
 
binName  String
 
valueType  Byte
 
valueOffset  Int32
 
valueSize  Int32
 

Return Value

Int32

See Also