class Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput

Describes the output of a function.

Attributes

data_type[RW]

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

Private Class Methods

mapper() click to toggle source

Mapper for FunctionOutput class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/function_output.rb, line 26
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'FunctionOutput',
    type: {
      name: 'Composite',
      class_name: 'FunctionOutput',
      model_properties: {
        data_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'dataType',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end