KeyRecord Constructor
Aerospike
Initialize key and record.
Namespace:
Aerospike.Client
Assembly:
AerospikeClient
(in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax
VB
C#
C++
F#
JScript
View Colorized
Copy to Clipboard
Print
public
KeyRecord
(
Key
key
,
Record
record
)
public KeyRecord( Key key, Record record )
Parameters
key
Type:
Aerospike.Client
Key
record
Type:
Aerospike.Client
Record
See Also
KeyRecord Class
KeyRecord Members
Aerospike.Client Namespace