Initialize large list operator. This operator can be used to create and manage a list
within a single bin.
Namespace: Aerospike.ClientThis method is only supported by Aerospike 3 servers.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.6.1)
Syntax
Parameters
- policy
- Type: Aerospike.Client WritePolicy
write configuration parameters, pass in null for defaults
- key
- Type: Aerospike.Client Key
unique record identifier
- binName
- Type:
System String
bin name
See Also