ExternalTableConfigParameter

ExternalTableConfigParameter is a union datatype based on types of input parameters. For long number values, the parameters of the LongParameter is used. For string values, you'd use the StringParameter datatype and its parameters. Below are the tables for each datatype:

Table: LongParameter

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 21, 2025
defaultValueLonglong  PreviewThe optional default value of a long parameter.
maxlongyes PreviewThe maximum value (inclusive) of a long parameter.
minlongyes PreviewThe minimum value (inclusive) of a long parameter.
namestringyes PreviewThe name of a long parameter.

Table: StringParameter

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 21, 2025
defaultValueStringstring  PreviewThe optional default value of a string parameter.
namestringyes PreviewThe name of a string parameter.