FunctionOutputResponse

data class FunctionOutputResponse(val dataType: String? = null)

Describes the output of a function.

Constructors

Link copied to clipboard
constructor(dataType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

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