Apply user defined function on records that match the statement filter.
Records are not returned to the client.
This asynchronous server call will return before command is complete.
The user can optionally wait for command completion by using the returned
ExecuteTask instance.
Namespace: Aerospike.ClientThis method is only supported by Aerospike 3 servers.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.1)
Syntax
Parameters
- policy
- Type: Aerospike.Client Policy
configuration parameters, pass in null for defaults
- statement
- Type: Aerospike.Client Statement
record filter
- packageName
- Type:
System String
server package where user defined function resides
- functionName
- Type:
System String
function name
- functionArgs
- Type: Aerospike.Client Value
to pass to function name, if any
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if command fails |
See Also