ValueGetT(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: 7.0.1
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