Aerospike LINDPad Driver

Helpers Fields

The Helpers type exposes the following members.

Fields


  Name Description
Public field Static member AllDateTimeUseUnixEpochNano
All Date/Time values are converted to nanoseconds from Unix Epoch Date/Time.
Public field Static member DateTimeFormat
Format used to serialize or deserialize a date to/from string A null value will use the default format. https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
Public field Static member DateTimeOffsetFormat
Format used to serialize or deserialize a date offset to/from string A null value will use the default format. https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
Public field Static member TimeSpanFormat
Format used to serialize or deserialize a time to/from string A null value will use the default format. https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
Public field Static member UseUnixEpochNanoForNumericDateTime
A boolean, if true numeric values from the DB for targeted Date/Time data types are nanoseconds from Unix Epoch. If false, the numeric value represents .net ticks. [DateTime.DateTime(long)][DateTimeOffset.DateTimeOffset(long, TimeSpan)][Client.Exp.Val(DateTime)]AllDateTimeUseUnixEpochNano