FunctionOutputArgs

data class FunctionOutputArgs(val dataType: Output<String>? = null) : ConvertibleToJava<FunctionOutputArgs>

Describes the output of a function.

Constructors

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

Properties

Link copied to clipboard
val dataType: Output<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

Functions

Link copied to clipboard
open override fun toJava(): FunctionOutputArgs