Value.Get<T>(T) 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: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public static Value Get<T>(
	T obj
)

Parameters

obj  T
 

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Aerospike.Client.Value.Get``1(``0)"]

Return Value

Value

See Also