BeginExternalBackupGrbit enumeration
Options for JetBeginExternalBackupInstance(JET_INSTANCE, BeginExternalBackupGrbit).
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 BeginExternalBackupGrbit
'Usage
Dim instance As BeginExternalBackupGrbit
[FlagsAttribute]
public enum BeginExternalBackupGrbit
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 since the last full or incremental backup will be backed up. |