Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue Properties

The AValue type exposes the following members.

Properties


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