lingerTime
The lingerTime table stores the linger time for a device. The linger time is the number of discoveries that a device can fail to be found in before it is removed from the topology.
The linger time is set for a device when it is instantiated, from the default value in the model.config table. Each time that a device in the topology is not discovered, the linger time is decreased by 1. When the linger time is zero, if the device is not discovered, it is removed from the topology.
The lingerTime table is described in the following table:
Column name | Type | Constraints |
Description |
---|---|---|---|
entityId | 32-bit integer | Foreign key Not null |
The identifier of a device. |
lingerTime | Integer | Not null |
The current linger time of the device. |