PostgresDAC

TPSQLDump.Properties.CompressLevel

Previous Next

Specify the compression level to use in archive formats that support compression.

Currently only the dfCompressedArchive format supports compression.

Syntax:

TCompressLevel = 0..9;
property CompressLevel: TCompressLevel;

Description:

Specify the compression level to use in archive formats that support compression. The value of 9 means highest level of compression.

See also:DumpFormat