RecordParser.ParseRecord Method

[Missing <summary> documentation for "M:Aerospike.Client.RecordParser.ParseRecord(System.Byte[],System.Int32@,System.Int32,System.Int32,System.Int32,System.Boolean)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public Record ParseRecord(
	byte[] dataBuffer,
	ref int dataOffsetRef,
	int opCount,
	int generation,
	int expiration,
	bool isOperation
)

Parameters

dataBuffer  Byte[]
 
dataOffsetRef  Int32
 
opCount  Int32
 
generation  Int32
 
expiration  Int32
 
isOperation  Boolean
 

Return Value

Record

Implements

IRecordParser.ParseRecord(Byte[], Int32, Int32, Int32, Int32, Boolean)

See Also