Package version:

Interface JavaScriptFunctionBinding

The binding to a JavaScript function.

interface JavaScriptFunctionBinding {
    script?: string;
    type: "Microsoft.StreamAnalytics/JavascriptUdf";
}

Hierarchy (view full)

Properties

Properties

script?: string

The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'

type: "Microsoft.StreamAnalytics/JavascriptUdf"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc