Aerospike
C#
Show/Hide TOC
Background
Execute
Policy
Record
Exists
Action Property
Qualify how to handle writes where the record already exists. Default: RecordExistsAction.UPDATE
Definition
Namespace:
Aerospike.Client.KVS
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
Copy
public
RecordExistsAction
RecordExistsAction
{
get
;
set
; }
Property Value
RecordExistsAction
See Also
Reference
BackgroundExecutePolicy Class
Aerospike.Client.KVS Namespace
In This Article
Definition
See Also