Initialize large set operator. This operator can be used to create and manage a set
within a single bin.
Namespace: Aerospike.ClientThis method is only supported by Aerospike 3 servers.
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:
System String
bin name
- userModule
- Type:
System String
Lua function name that initializes list configuration parameters, pass null for default
See Also