Determine value given generic object.
This is the slowest of the Value get() methods.
Useful when copying records from one cluster to another.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public static Value Get( Object value )
Parameters
- value
- Type: SystemObject
Return Value
Type: ValueSee Also