KeyRecord Class

Container object for key identifier and record data.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class KeyRecord
Inheritance
Object    KeyRecord

Constructors

KeyRecord Initialize key and record.

Fields

key Unique identifier for record.
record Record header and bin data.

See Also