Interface UDF

Parameters used to specify which UDF function to execute.

interface UDF {
    args?: AerospikeBinValue[];
    funcname: string;
    module: string;
}

Properties

Properties

List of arguments to pass to the UDF function.

funcname: string

The name of the UDF function within the module.

module: string

The name of the UDF module that was registered with the cluster.

MMNEPVFCICPMFPCPTTAAATR