Aerospike LINDPad Driver

ARecord..::..AerospikeAPI Properties

The ARecord..::..AerospikeAPI type exposes the following members.

Properties


  Name Description
Public property BinNames
Return all bin names that can be present in the record. This can be all bins associated with the namespace.
Public property Bins
Returns the actually defined for this record.
Public property Count
The number of bins defined in this record.
Public property Digest
Returns the AerospikeKey's Digest
Public property Expiration
Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT
Public property Generation
Returns the Record's Aerospike Generation
Public property HasKeyValue
If true, the PK has an actual value. If false, the digest is only provided.
Public property InDoubt
For strong consistency, this indicates if this record's situation is uncertain of a transaction outcome.
Public property Item
Returns or sets the bin based on binName
Public property Key
The Records Aerospike Key
Public property KeyValue
Returns the key value (Key or Value) of the record. If null, the key was not saved but only the Digest
Public property Namespace
This is the Namespace associated with this record.
Public property PrimaryKey
The primary key's value, if sendKey()()()() is true. Otherwise this will be the digest.
Public property Record
Returns the Aerospike Record associated to this object.
Public property SetName
returns the name of the Set associated with this record
Public property TransactionId
Gets the transaction identifier if from an Aerospike MRT.
Public property TTL
Returns the time span of when this record will expire.
Public property Values
Returns only the defined bin name/value pairs in the record including the primary key defined as [DefaultASPIKeyName]. The returned object is actually an ExpandoObject instance.