AerospikeClient GetLargeStack Method Aerospike
Initialize large stack operator. This operator can be used to create and manage a stack within a single bin.

This method is only supported by Aerospike 3 servers.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.3)
Syntax

Parameters

policy
Type: Aerospike.Client Policy
generic configuration parameters, pass in null for defaults
key
Type: Aerospike.Client Key
unique record identifier
binName
Type: OnlineSystem String
bin name
userModule
Type: OnlineSystem String
Lua function name that initializes list configuration parameters, pass null for default
See Also