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 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: 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 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: Nov 10, 2025
defaultValueStringstringyes PreviewThe optional default value of a string parameter.