MaxTotalRetrievalCount property
- Last UpdatedJul 19, 2024
- 1 minute read
The MaxTotalRetrievalCount property is a read-write integer property that gets or sets the maximum total number of records that will be retrieved from the database.
Syntax
result = AlarmClient.MaxTotalRetrievalCount;
AlarmClient.MaxTotalRetrievalCount = MaxRecs;
Remarks
This property is for Historical Alarms, Historical Events, or Historical Alarms and Events modes. If the property is set to a positive integer, in historical mode Alarm Client Control will retrieve up to MaxTotalRetrievalCount of alarm records. For example, there are 1000 alarm records in the database. If Set MaxTotalRetrievalCount = 500, then only top 500 alarm records will be returned. If Set MaxTotalRetrievalCount = 2000, then all 1000 alarm records will be returned.