ValueGet(Object) Method

Determine value given generic object. This is the slowest of the Value get() methods. Useful when copying records from one cluster to another.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.0
C#
public static Value Get(
	Object value
)

Parameters

value  Object
 

Return Value

Value

See Also