This union datatype is based on the type of connection and configuration. For a generic connection configuration, the parameters of the RemoteTableGenericConnectionConfig datatype is used. For LogScale connections, there is the datatype, RemoteTableLogScaleConnectionConfig. The details of these datatypes are shown in the tables below:

Table: RemoteTableGenericConnectionConfig

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
parameters[RemoteTableGenericConnectionParameter]yes PreviewThe parameters for the generic remote table connection. See RemoteTableGenericConnectionParameter.
remoteUrlstringyes PreviewThe URL for the generic remote table connection.

Table: RemoteTableLogScaleConnectionConfig

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: May 8, 2026
remoteClusterConnections[RemoteTableLogScaleConnectionSingleConfig]yes PreviewRemote cluster connections which are part of the remote table connection. See RemoteTableLogScaleConnectionSingleConfig.
remoteConnectionMeteringConfigRemoteConnectionMeteringConfig  PreviewConfiguration elements for reporting connection metrics and status. See RemoteConnectionMeteringConfig.