Aerospike LINDPad Driver

APrimaryKey Class

A wrapper around Primary Key's Object value. This is used as an aid so that casting is not required to perform comparison operations, etc. This object also performs implicit casting to standard .Net data types while using LINQ... If the Aerospike PK digest is returned, the value will be the digest (byte[]) otherwise it will be the PK value.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public class APrimaryKey : AValue

Inheritance Hierarchy


Object
  Aerospike.Database.LINQPadDriver.Extensions..::..AValue
    Aerospike.Database.LINQPadDriver.Extensions..::..APrimaryKey

See Also


[AValue.ToValue(Client.Bin)]
[AValue.ToValue(Client.Value)]
[APrimaryKey.ToValue(Client.Key)]
[AValueHelper.ToAValue(Client.Bin)]
[AValueHelper.ToAPrimaryKey(Client.Key)]
[AValueHelper.ToAValue(Client.Value, string, string)]
[AValueHelper.ToAValue{T}(T?, string, string)]
[AValueHelper.Cast{TResult}(IEnumerable{AValue})]
[AValueHelper.OfType{TResult}(IEnumerable{AValue})]