Aerospike LINDPad Driver

LPDHelpers..::..ToAerospikeKey Method

Converts a value to an Key. If value is a string of length 44 that begins with '0x', it will be treated as a digest.

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

Syntax


public static Key ToAerospikeKey(
	Object value,
	string nameSpace,
	string setName
)

Parameters

value
Type: Object
The value to be converted to a Key.
nameSpace
Type: String
The namespace associated with the key
setName
Type: String
Name of the set associated with the key

Return Value

Key