STS_InstanceTable table
The STS_InstanceTable table contains the association between a time series instance and a subtrack definition.
Every time series that has subtrack records in a subtrack table has a row in the STS_InstanceTable table.
The following table lists the columns of the STS_InstanceTable table.
Column name | Data type | Description |
---|---|---|
instance_id | BIGINT | The time series instance ID. The primary key. The time series instance ID is listed in the TSInstanceTable table. See TSInstanceTable table. |
subtrack_id | INTEGER | The unique ID of the subtrack table. |