FireDAC.Phys.IBWrapper.TIBBackupStatistics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIBBackupStatistics = set of (bsTime, bsDelta, bsReads, bsWrites);

C++

typedef System::Set<Firedac_Phys_Ibwrapper__22, Firedac_Phys_Ibwrapper__22::bsTime, Firedac_Phys_Ibwrapper__22::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.