[Missing <summary> documentation for "M:Aerospike.Client.RecordParser.ParseRecord(System.Byte[],System.Int32@,System.Int32,System.Int32,System.Int32,System.Boolean)"]
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public Record ParseRecord( byte[] dataBuffer, ref int dataOffsetRef, int opCount, int generation, int expiration, bool isOperation )
Parameters
- dataBuffer
- Type: SystemByte
- dataOffsetRef
- Type: SystemInt32
- opCount
- Type: SystemInt32
- generation
- Type: SystemInt32
- expiration
- Type: SystemInt32
- isOperation
- Type: SystemBoolean
Return Value
Type: RecordImplements
IRecordParserParseRecord(Byte, Int32, Int32, Int32, Int32, Boolean)See Also