Class ArrayOfRecordsRecorder

    • Field Detail

      • colorKey

        public StringParameter colorKey
        A column name to use as a color key. If this string is non-empty, then it specifies a column name that is used to determine a color for each row. The value in that row and column determines the color via a hash function, so that if two rows are identical in that column, then they are also identical in color. This is a string that defaults to empty, indicating that all rows should be displayed in black.
      • columns

        public Parameter columns
        The columns to display when double clicking on the icon. This is an array of strings specifying the column names to display, and the order in which they are displayed. It defaults to ALL, which indicates that all fields should be displayed. In this case, the columns are organized alphabetically.
      • iconColumns

        public Parameter iconColumns
        The columns to display in the icon. This is an array of strings specifying the column names to display, and the order in which they are displayed. It defaults to ALL, which indicates that all fields should be displayed. In this case, the columns are organized alphabetically.
      • records

        public Parameter records
        Parameter to store the array of records read at the input. This is an array of records that is by default empty.