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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Value Get<T>(
T obj
)
- obj T
-
- T
[Missing <typeparam name="T"/> documentation for "M:Aerospike.Client.Value.Get``1(``0)"]
Value