RecordParser.ParseRecord Method
[Missing <summary> documentation for "M:Aerospike.Client.RecordParser.ParseRecord(System.Byte[],System.Int32@,System.Int32,System.Int32,System.Int32,System.Boolean)"]
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public Record ParseRecord(
byte[] dataBuffer,
ref int dataOffsetRef,
int opCount,
int generation,
int expiration,
bool isOperation
)
- dataBuffer Byte[]
-
- dataOffsetRef Int32
-
- opCount Int32
-
- generation Int32
-
- expiration Int32
-
- isOperation Boolean
-
RecordIRecordParser.ParseRecord(Byte[], Int32, Int32, Int32, Int32, Boolean)