Package version:

Interface CSharpFunctionRetrieveDefaultDefinitionParameters

The parameters needed to retrieve the default function definition for a CSharp function.

interface CSharpFunctionRetrieveDefaultDefinitionParameters {
    bindingType: "Microsoft.StreamAnalytics/CLRUdf";
    script?: string;
    udfType?: "Scalar";
}

Hierarchy (view full)

Properties

bindingType: "Microsoft.StreamAnalytics/CLRUdf"

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

script?: string

The CSharp code containing a single function definition.

udfType?: "Scalar"

The function type.

Generated using TypeDoc