KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.RemoteDomain.MigrationExecutor Class Reference

Executes migrations for the specified resources More...

Inheritance diagram for KlusterKite.NodeManager.RemoteDomain.MigrationExecutor:

Protected Member Functions

override List< MigrationLogRecordGetTypedResult (IComponentContext context)
 

Properties

List< MigratorMigrationsCommandCommands [get, set]
 Gets or sets the list of migration commands More...
 
List< string > Logs [get, set]
 Gets or sets the additional execution logs More...
 

Detailed Description

Executes migrations for the specified resources

Definition at line 25 of file MigrationExecutor.cs.

Member Function Documentation

◆ GetTypedResult()

override List<MigrationLogRecord> KlusterKite.NodeManager.RemoteDomain.MigrationExecutor.GetTypedResult ( IComponentContext  context)
protected

Definition at line 39 of file MigrationExecutor.cs.

Property Documentation

◆ Commands

List<MigratorMigrationsCommand> KlusterKite.NodeManager.RemoteDomain.MigrationExecutor.Commands
getset

Gets or sets the list of migration commands

Definition at line 30 of file MigrationExecutor.cs.

◆ Logs

List<string> KlusterKite.NodeManager.RemoteDomain.MigrationExecutor.Logs
getset

Gets or sets the additional execution logs

Definition at line 36 of file MigrationExecutor.cs.


The documentation for this class was generated from the following file: