Bin parsing that might be useful for custom record parsers.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static int ExtractBinValue( byte[] dataBuffer, int dataOffset, out string binName, out byte valueType, out int valueOffset, out int valueSize )
Parameters
- dataBuffer
- Type: SystemByte
- dataOffset
- Type: SystemInt32
- binName
- Type: SystemString
- valueType
- Type: SystemByte
- valueOffset
- Type: SystemInt32
- valueSize
- Type: SystemInt32
Return Value
Type: Int32See Also