Aerospike LINDPad Driver

APrimaryKey Properties

The APrimaryKey type exposes the following members.

Properties


  Name Description
Public property AerospikeKey
Public property BinName
Returns the Aerospike Bin Name
(Inherited from AValue.)
Public property Digest
Unique server hash value generated from set name and user key.
Public property FldName
Returns the name of the associated field/property
(Inherited from AValue.)
Public property HasKeyValue
If true, the PK has an actual value. If false, the digest is only provided.
Public property IsBool
Returns true if the value is boolean
(Inherited from AValue.)
Public property IsCDT
Returns true if the value is a Collection Data Type (e.g., IList, IDictionary)
(Inherited from AValue.)
Public property IsDateTime (Inherited from AValue.)
Public property IsDateTimeOffset (Inherited from AValue.)
Public property IsDictionary
Returns true if the value is a IDictionary
(Inherited from AValue.)
Public property IsEmpty
Returns true if Value is null
(Inherited from AValue.)
Public property IsFloat
Returns true if the value is any float type (e.g., float, double)
(Inherited from AValue.)
Public property IsGeoJson (Inherited from AValue.)
Public property IsInt
Returns true if the value is any whole number type (e.g., int, uint, long, ulong, etc.)
(Inherited from AValue.)
Public property IsJson
Returns true if the value is a JSON Data Type (e.g., JObject, JArray, etc.)
(Inherited from AValue.)
Public property IsKeyValuePair
Returns true if the underlying value is a KeyValuePair.
(Inherited from AValue.)
Public property IsList
Returns true if the value is a IList
(Inherited from AValue.)
Public property IsMap
Returns true if the value is a IDictionary (map)
(Inherited from AValue.)
Public property IsNumeric
Returns true if the value is any numeric type (e.g., long, double, etc.)
(Inherited from AValue.)
Public property IsString
Returns true if the value is a string
(Inherited from AValue.)
Public property IsTimeSpan (Inherited from AValue.)
Public property UnderlyingType
The Value type
(Inherited from AValue.)
Public property Value
Returns the actual value from the Record
(Inherited from AValue.)