FireDAC.Phys.IBWrapper.TIBBackupStatistics
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp
| |
Unit: FireDAC.Phys.IBWrapper | |
Parent: FireDAC.Phys.IBWrapper |
Delphi
TIBBackupStatistics = set of TIBBackupStatistic;
C++
typedef System::Set<TIBBackupStatistic, TIBBackupStatistic::bsTime, TIBBackupStatistic::bsWrites> TIBBackupStatistics;
Description
Specifies which statistics items are produced. The following four items can be implemented:
Item | Argument | Description |
---|---|---|
Total time | bsTime
|
Time elapsed since the gbak process started, measured in seconds and milliseconds. |
Time delta | bsDelta
|
Time elapsed since the previous line of output, measured in seconds and milliseconds. |
Page reads | bsReads
|
Number of page reads since the previous line of output, integer. |
Page writes | bsWrites
|
Number of page writes since the previous line of output, integer. |
At least one item is mandatory.