IBX.IBServices.TIBConfigService.FlushInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FlushInterval : Integer read GetFlushInterval write SetFlushInterval;

C++

__property int FlushInterval = {read=GetFlushInterval, write=SetFlushInterval, nodefault};

Properties

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

Description

Reads and writes the database's flush interval.

FlushInterval represents the number of seconds between two consecutive disk flushes.

If FlushInterval is set to 0, the flush interval is turned off.

See Also