Edit

Share via


BackupGrbit enumeration

Options for JetBackupInstance(JET_INSTANCE, String, BackupGrbit, JET_PFNSTATUS).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BackupGrbit
'Usage
Dim instance As BackupGrbit
[FlagsAttribute]
public enum BackupGrbit

Members

Member name Description
None Default options.
Incremental Creates an incremental backup as opposed to a full backup. This means that only the log files created since the last full or incremental backup will be backed up.
Atomic Creates a full backup of the database. This allows the preservation of an existing backup in the same directory if the new backup fails.

See also

Reference

Microsoft.Isam.Esent.Interop namespace