|
Name |
Description |
|
ByteArrayToString
|
|
|
CastToNativeType(String, Type, String, Object)
|
Based on fldType, creates a .Net Native (int, decimal, string, datetime, etc.) instance based on binValue.
|
|
CastToNativeType(ARecord, String, Type, String, Object)
|
Wrapper around [T:Aerospike.Database.LINQPadDriver.Helpers.CastToNativeType(System.String,System.Type,System.String,System.Object)] to trap exceptions.
|
|
CastToNativeTypeInvalidCast
|
Wrapper around [T:Aerospike.Database.LINQPadDriver.Helpers.CastToNativeType(System.String,System.Type,System.String,System.Object)] to trap exceptions.
|
|
CheckName
|
|
|
ConvertToAerospikeType
|
|
|
CreateBinRecord(Object, String, array<Bin>[]()[][])
|
Creates an array of bins based on item and additionalBins
|
|
CreateBinRecord<(Of <<'(V>)>>)(IEnumerable<(Of <<'(ValueTuple<(Of <<'(String, V>)>>)>)>>), String, array<Bin>[]()[][])
|
|
|
CreateBinRecord<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), String)
|
|
|
CreateBinRecord<(Of <<'(K, V>)>>)(IDictionary<(Of <<'(K, V>)>>), String, array<Bin>[]()[][])
|
|
|
CreateBinRecord<(Of <<'(K, V>)>>)(IEnumerable<(Of <<'(KeyValuePair<(Of <<'(K, V>)>>)>)>>), String)
|
|
|
Decrypt
|
|
|
DetermineAerospikeKey
|
|
|
Encrypt
|
|
|
Equals(Object, Object)
|
Compares two values to determine if they are equal
|
|
EqualsKVP
|
|
|
GetRealTypeName
|
|
|
GetStableHashCode(Object)
|
|
|
GetStableHashCode(DateTime)
|
|
|
GetStableHashCode(DateTimeOffset)
|
|
|
GetStableHashCode(TimeSpan)
|
|
|
GetStableHashCode(AValue)
|
|
|
GetStableHashCode(Key)
|
|
|
GetStableHashCode(Value)
|
|
|
GetStableHashCode(array<Byte>[]()[][])
|
|
|
GetStableHashCode(array<String>[]()[][])
|
|
|
GetStableHashCode(String)
|
|
|
GetStableHashCode(String, Type)
|
|
|
HasHexValues
|
|
|
IsAerospikeType
|
|
|
IsFloat
|
|
|
IsGeoJson
|
|
|
IsInt
|
|
|
IsJson
|
|
|
IsJsonDoc
|
|
|
IsNumeric
|
|
|
IsPrivateAddress
|
|
|
IsSubclassOfInterface
|
Checks to see if interfaceClass is a subclass of classToCheck.
If the types are generic, the underlying types are ignored.
|
|
NanoEpochToDateTime
|
|
|
NanosFromEpoch
|
|
|
RemoveDups<(Of <<'(T>)>>)
|
|
|
SequenceEquals<(Of <<'(T>)>>)
|
|
|
StringToByteArray
|
|
|
ToLiteral
|
|
|
Transform<(Of <<'(T>)>>)
|
Transform from Aerospike bins into an .Net instance of type T.
|
|
TransForm
|
Transform object into a Dictionary that can be used with generating a document or bins in Aerospike.
BinNameAttribute -- defines the bin name, otherwise the kvPair name is used
BinIgnoreAttribute -- will ignore this kvPair
|