ARecord..::..AerospikeAPI Members
The ARecord..::..AerospikeAPI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
BinExists |
Determines if the bin exists within the record.
|
![]() ![]() |
CalcTTLTimeSpan | |
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValue |
Gets the value based on binName
|
![]() |
GetValues |
Gets all defined values in the record and returns a Dictionary.
|
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
ToValue |
Gets the AValue based on binName
|
Properties
Name | Description | |
---|---|---|
![]() |
BinNames |
Return all bin names that can be present in the record.
This can be all bins associated with the namespace.
|
![]() |
Bins |
Returns the actually defined for this record.
|
![]() |
Count |
The number of bins defined in this record.
|
![]() |
Digest |
Returns the AerospikeKey's Digest
|
![]() |
Expiration |
Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT
|
![]() |
Generation |
Returns the Record's Aerospike Generation
|
![]() |
HasKeyValue |
If true, the PK has an actual value. If false, the digest is only provided.
|
![]() |
InDoubt |
For strong consistency, this indicates if this record's situation is uncertain of a transaction outcome.
|
![]() |
Item |
Returns or sets the bin based on binName
|
![]() |
Key |
The Records Aerospike Key
|
![]() |
KeyValue |
Returns the key value (Key or Value) of the record. If null, the key was not saved but only the Digest
|
![]() |
Namespace |
This is the Namespace associated with this record.
|
![]() |
PrimaryKey |
The primary key's value, if sendKey()()()() is true.
Otherwise this will be the digest.
|
![]() |
Record |
Returns the Aerospike Record associated to this object.
|
![]() |
SetName |
returns the name of the Set associated with this record
|
![]() |
TransactionId |
Gets the transaction identifier if from an Aerospike MRT.
|
![]() |
TTL |
Returns the time span of when this record will expire.
|
![]() |
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.
|