ValueGetFromRecordObject Method

Aerospike
Get value from Record object. Useful when copying records from one cluster to another.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public static Value GetFromRecordObject(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: Value
See Also

Reference