IBX.IBDatabaseInfo.TIBDatabaseInfo.PurgeCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PurgeCount: TStringList read GetPurgeCount;

C++

__property System::Classes::TStringList* PurgeCount = {read=GetPurgeCount};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of removals of fully mature records from the database.

Use PurgeCount to return the number of removals of fully mature records (that is, records committed, resulting in older versions no longer being needed) from the database.