FireDAC.Phys.FB.TFDFBNBackup.Level

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBNBackup

Delphi

property Level: Integer read FLevel write FLevel default 0;

C++

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

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