FireDAC.Phys.IBWrapper.TIBBackupStatistics
Delphi
TIBBackupStatistics = set of TIBBackupStatistic;
C++
typedef System::Set<TIBBackupStatistic, TIBBackupStatistic::bsTime, TIBBackupStatistic::bsWrites> TIBBackupStatistics;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp |
FireDAC.Phys.IBWrapper | FireDAC.Phys.IBWrapper |
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.