KeyRecord Constructor

Initialize key and record.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public KeyRecord(
	Key key,
	Record record
)

Parameters

key  Key
 
record  Record
 

See Also