Documentation

UdfMeta
in package

Represents UDF (User-Defined Function) metadata for Aerospike.

Table of Contents

Properties

$hash  : mixed
$language  : mixed
$package_name  : mixed

Methods

getHash()  : string
Getter method to retrieve the hash of the UDF.
getLanguage()  : UdfLanguage
Getter method to retrieve the language of the UDF.
getPackageName()  : string
Getter method to retrieve the package name of the UDF.

Properties

Methods

getPackageName()

Getter method to retrieve the package name of the UDF.

public getPackageName() : string
Return values
string

        
On this page

Search results