Skip to main content

CkMigrationOptions

Namespace: Meshmakers.Octo.Runtime.Contracts.CkModelMigrations

Options for CK model migration execution

public class CkMigrationOptions

Inheritance ObjectCkMigrationOptions

Properties

DryRun

If true, only simulate the migration without making changes

public bool DryRun { get; set; }

Property Value

Boolean

ContinueOnError

If true, continue executing steps even if some fail

public bool ContinueOnError { get; set; }

Property Value

Boolean

CreateBackup

If true, create a backup before executing the migration

public bool CreateBackup { get; set; }

Property Value

Boolean

IncludeUserEntities

If true, also migrate entities not created by blueprints (user-created entities)

public bool IncludeUserEntities { get; set; }

Property Value

Boolean

Constructors

CkMigrationOptions()

public CkMigrationOptions()