FireDAC.Phys.FB.TFDFBNBackup.Level

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Level: Integer read FLevel write FLevel default 0;

C++

__property int Level = {read=FLevel, write=FLevel, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
FireDAC.Phys.FB TFDFBNBackup

Description

Specifies the backup level.

Use the Level property to specify the backup level.

The 0 value means full backup.

To make an incremental ("differential") backup, specify a backup level greater than 0. An incremental backup of level N always contains the database mutations since the most recent N-1 level backup.

See Also