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

