failover.findRateDetails table

The findRateDetails table gives details of devices that have been found at a certain point in the discovery. This table is active and inserts must not be made in the schema file; the table is populated automatically.

Table 1. failover.findRateDetails database table schema 

Column name

Constraints

Data type

Description

m_StartTime
  • NOT NULL
  • PRIMARY KEY

Text

The time at which the first device was found.

m_LastFindTime
 

Text

The time at which the last device was found.

m_DevicesFound
 

Integer

The number of devices found so far.