AerospikeClient GetLargeSet Method (Policy, Key, String, String)Aerospike
Initialize large set operator. This operator can be used to create and manage a set within a single bin.

This method is only supported by Aerospike 3 servers.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.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