Share via


UserDefinedFunctionExecutionResultOutput interface

The result object of a user defined function execution. This is returned only when the user defined function executes successfully.

Properties

returnValue

String-encoded value returned by the user defined function execution. If the function does not return any value, this is set to an empty string.

Property Details

returnValue

String-encoded value returned by the user defined function execution. If the function does not return any value, this is set to an empty string.

returnValue?: string

Property Value

string