Aerospike LINDPad Driver

AerospikeAPI..::..GetValues Method

Gets all defined values in the record and returns a Dictionary.

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

Syntax


public Dictionary<string, Object> GetValues()

Return Value

Returns a Dictionary of items where the key is the bin name and the value is the associated bin value.