FireDAC.Phys.ASA.TFDASABackup.CheckpointLogType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CheckpointLogType: TASABackupCheckpointLogType read FCheckpointLogType

C++

__property Firedac::Phys::Asawrapper::TASABackupCheckpointLogType CheckpointLogType = {read=FCheckpointLogType, write=FCheckpointLogType, default=4};

Description

Controls the copying of the checkpoint log.

Use the CheckpointLogType to control the copying of the checkpoint log. It corresponds to -k checkpoint-log-copy-option.

The -k checkpoint-log-copy-option specifies how the backup tool processes the database files before writing them to the destination directory. For more details about this option, see http://infocenter.sybase.com/help/.

See Also