Specifies access flags for database backup.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Member Name | Description | Value |
---|---|---|
IgnoreChecksums | 1 | |
IgnoreLimbo | Ignore limbo transactions during backup. | 2 |
MetaDataOnly | Output backup file for metadata only with empty tables. | 4 |
NoGarbageCollect | Suppress normal garbage collection during backup. Improves performance on some databases. | 8 |
OldDescriptions | Output metadata in pre-4.0 format. | 16 |
NonTransportable | Output backup file format with non-XDR data format. Improves space and performance by a negligible amount. | 32 |
Convert | Convert external table data to internal tables. | 64 |
Expand | No data compression. | 128 |
Namespace: FirebirdSql.Data.Firebird.Services
Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)
FirebirdSql.Data.Firebird.Services Namespace