AValue Properties
The AValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BinName |
Returns the Aerospike Bin Name
|
![]() |
FldName |
Returns the name of the associated field/property
|
![]() |
IsBool |
Returns true if the value is boolean
|
![]() |
IsCDT |
Returns true if the value is a Collection Data Type (e.g., IList, IDictionary)
|
![]() |
IsDateTime | |
![]() |
IsDateTimeOffset | |
![]() |
IsDictionary |
Returns true if the value is a IDictionary
|
![]() |
IsEmpty |
Returns true if Value is null
|
![]() |
IsFloat |
Returns true if the value is any float type (e.g., float, double)
|
![]() |
IsGeoJson | |
![]() |
IsInt |
Returns true if the value is any whole number type (e.g., int, uint, long, ulong, etc.)
|
![]() |
IsJson |
Returns true if the value is a JSON Data Type (e.g., JObject, JArray, etc.)
|
![]() |
IsKeyValuePair |
Returns true if the underlying value is a KeyValuePair.
|
![]() |
IsList |
Returns true if the value is a IList
|
![]() |
IsMap |
Returns true if the value is a IDictionary (map)
|
![]() |
IsNumeric |
Returns true if the value is any numeric type (e.g., long, double, etc.)
|
![]() |
IsString |
Returns true if the value is a string
|
![]() |
IsTimeSpan | |
![]() |
UnderlyingType |
The Value type
|
![]() |
Value |
Returns the actual value from the Record
|