IAerospikeClient Get Method (Policy, Key,  String )Aerospike
Read record header and bins for specified key. If found, return record instance. If not found, return null. The policy can be used to specify timeouts.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.11.0 (3.9.11)
Syntax

Parameters

policy
Type: Aerospike.Client Policy
generic configuration parameters, pass in null for defaults
key
Type: Aerospike.Client Key
unique record identifier
binNames
Type:  System String 
bins to retrieve
Exceptions

See Also