RecordParser.ExtractBinValue Method
Bin parsing that might be useful for custom record parsers.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static int ExtractBinValue(
byte[] dataBuffer,
int dataOffset,
out string binName,
out byte valueType,
out int valueOffset,
out int valueSize
)
- dataBuffer Byte[]
-
- dataOffset Int32
-
- binName String
-
- valueType Byte
-
- valueOffset Int32
-
- valueSize Int32
-
Int32