KeyRecord Class

Container object for key identifier and record data.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.0
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