From d6dd722a26990044b777ce809b3664848e242ad1 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:00:28 -0800 Subject: [PATCH] Add documentation for aerospike.TTL_CLIENT_DEFAULT --- doc/aerospike.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/aerospike.rst b/doc/aerospike.rst index 9bdddbcb9..1db5681fe 100644 --- a/doc/aerospike.rst +++ b/doc/aerospike.rst @@ -858,6 +858,13 @@ Specifies the TTL constants. Do not change the current TTL of the record. +.. data:: TTL_CLIENT_DEFAULT + + NOTE: only applies to the policies mentioned below. + + Use the applicable client policy ttl in write, operate, batch write, and scan policies. + If the policy is not defined for the transaction, use the default client-level policy's ttl. + .. _auth_mode: Auth Mode Constants