BlueprintMigrationExecutionOptions
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Options for migration execution
public class BlueprintMigrationExecutionOptions
Inheritance Object → BlueprintMigrationExecutionOptions
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
BlueprintSource
The blueprint ID that initiated this migration (for tagging entities)
public string BlueprintSource { get; set; }
Property Value
Constructors
BlueprintMigrationExecutionOptions()
public BlueprintMigrationExecutionOptions()