FireDAC.Phys.ASA.TFDASABackup.CheckpointLogType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckpointLogType: TASABackupCheckpointLogType read FCheckpointLogType  write FCheckpointLogType default bclDefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASABackup

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