Get value from Record object. Useful when copying records from one cluster to another.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Value GetFromRecordObject( Object value )
Parameters
- value
- Type: SystemObject
Return Value
Type: ValueSee Also