Connect a function to the operational data layer.
the return type of the connected function
The connected function's entity identifier
user Copy
user
Optional
Extended connection options (e.g., ttl, taskQueue)
{ ttl: 'infinity' } Copy
{ ttl: 'infinity' }
The target function reference
function() { return "hello world" } Copy
function() { return "hello world" }
Rest
Connect a function to the operational data layer.