Aerospike
C#
C#
Show/Hide TOC
Aerospike
Client
.
Get(Policy, Key) Method
Read entire record for specified key. If found, return record instance. If not found, return null. The policy can be used to specify timeouts.
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
Copy
public
Record
Get
(
Policy policy, Key key
)
Parameters
policy
Policy
generic configuration parameters, pass in null for defaults
key
Key
unique record identifier
Return Value
Record
Implements
IAerospikeClient
.
Get(Policy, Key)
Exceptions
AerospikeException
if read fails
See Also
Reference
AerospikeClient Class
Get Overload
Aerospike.Client Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also