Share via


CSharpFunctionRetrieveDefaultDefinitionParameters interface

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

Extends

Properties

bindingType

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

script

The CSharp code containing a single function definition.

udfType

The function type.

Property Details

bindingType

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

bindingType: "Microsoft.StreamAnalytics/CLRUdf"

Property Value

"Microsoft.StreamAnalytics/CLRUdf"

script

The CSharp code containing a single function definition.

script?: string

Property Value

string

udfType

The function type.

udfType?: "Scalar"

Property Value

"Scalar"