IBX.IBServices.TIBConfigService.SweepInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SweepInterval : Integer read GetSweepInterval write SetSweepInterval;

C++

__property int SweepInterval = {read=GetSweepInterval, write=SetSweepInterval, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Reads and writes the sweep interval for the database.

SweepInterval represents the number of transactions before automatic sweeps are done in the background.

The normal value for SweepInterval is 20000.

See Also