Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionInput

Package version

Describes one input parameter of a function.

Hierarchy

  • FunctionInput

Index

Properties

Optional dataType

dataType: undefined | string

The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx

Optional isConfigurationParameter

isConfigurationParameter: undefined | false | true

A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.

Generated using TypeDoc