Package version:

The binding to a CSharp function.

interface CSharpFunctionBinding {
    class?: string;
    dllPath?: string;
    method?: string;
    type: "Microsoft.StreamAnalytics/CLRUdf";
    updateMode?: string;
}

Hierarchy (view full)

Properties

class?: string

The Csharp code containing a single function definition.

dllPath?: string

The Csharp code containing a single function definition.

method?: string

The Csharp code containing a single function definition.

type: "Microsoft.StreamAnalytics/CLRUdf"

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

updateMode?: string

Refresh modes for Stream Analytics functions.

Generated using TypeDoc