Aerospike LINDPad Driver

ARecord Properties

The ARecord type exposes the following members.

Properties


  Name Description
Public property Aerospike
Container for Aerospike API Properties. You can obtain Record instance, namespace, set name, etc.
Public property DumpType
How this record is displayed when using the LinqPad [LINQPad.Extensions.Dump{T}(T)] method. The default is RecordARecord..::..DumpTypes
Public property HasDifferentSchema
Returns true to indicated that this record's schema does not match when the set was scanned.
Public property Item
Returns the value associated with Primary Key (DefaultASPIKeyName), a bin, or null to indicate the bin doesn't exists.
Public property RecordException
If not null, this record encountered an exception during procession.
Public property SetAccess
The Set Access instance that this record is associated with.