CitrusleafClient BatchTouch Method Aerospike
Batch multiple touch requests into a single call. For each key, reset record time to expiration without changing its value and increment record generation count. This method returns KEY_NOT_FOUND_ERROR for each key that does not exist.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Optional set name.
keys
Type: OnlineSystem.Collections.Generic ICollection OnlineObject 
Collection of keys.
expiration
Type: OnlineSystem Int32
Seconds until expiration for all keys.
timeoutMillis
Type: OnlineSystem Int32
Client request timeout in milliseconds.

Return Value

A result status for every key.
See Also