C# Class DBreeze.Storage.Backup

Inheritance: IDisposable
Show file Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
Backup ( ) : System
Backup ( DBreezeConfiguration configuration ) : System
Backup ( string backupFolderName ) : System

Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System

Dispose ( ) : void
Flush ( ) : void

Private Methods

Method Description
GetFileStream ( ) : void
InitBackupFolder ( ) : void
WriteBackupElement ( ulong fileNumber, byte type, long pos, byte data ) : void

Represents incremental backup of protocol 1

Method Details

Backup() public method

public Backup ( ) : System
return System

Backup() public method

public Backup ( DBreezeConfiguration configuration ) : System
configuration DBreezeConfiguration
return System

Backup() public method

public Backup ( string backupFolderName ) : System
backupFolderName string Folder where will be restored incremental backup
return System

Backup() public method

public Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System
backupFolderName string Folder where will be restored incremental backup
configuration DBreezeConfiguration
return System

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void