IRecordParserParseRecord Method

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

Definition

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

Parameters

dataBuffer  Byte
 
dataOffset  Int32
 
opCount  Int32
 
generation  Int32
 
expiration  Int32
 
isOperation  Boolean
 

Return Value

Record

See Also