Container object for key identifier and record data.
Inheritance Hierarchy
Aerospike.ClientKeyRecord
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class KeyRecord
The KeyRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | KeyRecord |
Initialize key and record.
|
Fields
Name | Description | |
---|---|---|
![]() | key |
Unique identifier for record.
|
![]() | record |
Record header and bin data.
|
See Also