RemoteTableGenericConnectionParameterConfig is a union datatype based on the type of parameters. For long parameters, use the RemoteTableLongParameterConfig datatype. For string parameters, you'd use the RemoteTableStringParameterConfig datatype. Below are tables for each:

Table: RemoteTableLongParameterConfig

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Nov 10, 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

Table: RemoteTableStringParameterConfig

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Nov 10, 2025
defaultValueStringstringyes PreviewThe optional default value of a string parameter.