ParameterFilePropertiesInput is an input datatype for a file property parameter.

This datatype is used by the datatype, ParameterInput, which is used by two other datatypes: CreateDashboardInput, which is used by the createDashboard() mutation field; and UpdateDashboardInput, which is used by the updateDashboard() mutation.

Table: ParameterFilePropertiesInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 19, 2024
fileNamestringyes Long-TermThe name of the file.
invalidInputMessagestring  Long-TermThe message to use when found invalid.
invalidInputPatterns[string]yes Long-TermThe patterns that are invalid.
labelColumnstring  Long-TermThe column in the file which contains the label for the given value column.
valueColumnstringyes Long-TermThe column in the file which contains the values.
valueFilters[ParameterFileValueFilter]yes Long-TermA list of the value filters (see ParameterFileValueFilter Table).