AerospikeClientExists(Policy, Key) Method

Determine if a record key exists. Return whether record exists or not. The policy can be used to specify timeouts.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public bool Exists(
	Policy policy,
	Key key
)

Parameters

policy  Policy
generic configuration parameters, pass in null for defaults
key  Key
unique record identifier

Return Value

Boolean

Implements

IAerospikeClientExists(Policy, Key)

Exceptions

AerospikeExceptionif command fails

See Also