CkMigrationOptions
Namespace: Meshmakers.Octo.Runtime.Contracts.CkModelMigrations
Options for CK model migration execution
public class CkMigrationOptions
Inheritance Object → CkMigrationOptions
Properties
DryRun
If true, only simulate the migration without making changes
public bool DryRun { get; set; }
Property Value
ContinueOnError
If true, continue executing steps even if some fail
public bool ContinueOnError { get; set; }
Property Value
CreateBackup
If true, create a backup before executing the migration
public bool CreateBackup { get; set; }
Property Value
IncludeUserEntities
If true, also migrate entities not created by blueprints (user-created entities)
public bool IncludeUserEntities { get; set; }
Property Value
Constructors
CkMigrationOptions()
public CkMigrationOptions()