Class FunctionOutput


  • public final class FunctionOutput
    extends Object
    Describes the output of a function.
    • Constructor Detail

      • FunctionOutput

        public FunctionOutput()
    • Method Detail

      • dataType

        public String dataType()
        Get the dataType property: 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.
        Returns:
        the dataType value.
      • withDataType

        public FunctionOutput withDataType​(String dataType)
        Set the dataType property: 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.
        Parameters:
        dataType - the dataType value to set.
        Returns:
        the FunctionOutput object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.