Initializes a new BatchApplyPolicy from the provided policy values.
Optional
props: BatchApplyPolicyOptionsBatchApplyPolicy values
Optional
commitSpecifies the number of replicas required to be committed successfully when writing before returning command succeeded.
policy.commitLevel for supported policy values.
Optional
durableSpecifies whether a http://www.aerospike.com/docs/guide/durable_deletes.html|tombstone should be written in place of a record that gets deleted as a result of this command.
Optional
filterOptional expression filter. If filter exp exists and evaluates to false, the command is ignored. This can be used to eliminate a client/server roundtrip in some cases.
Optional
keySpecifies the behavior for the key.
policy.key for supported policy values.
Optional
ttlThe time-to-live (expiration) of the record in seconds.
A policy affecting the behavior of batch apply commands.
Since
v5.0.0