RemoteTableGenericConnectionParameterConfig

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

Table: RemoteTableLongParameterConfig

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: 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 some fields, this column indicates that a result will always be returned for this column.
Table last updated: Nov 10, 2025
defaultValueStringstringyes PreviewThe optional default value of a string parameter.