Skip to main content

BlueprintMigrationExecutionOptions

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

Options for migration execution

public class BlueprintMigrationExecutionOptions

Inheritance ObjectBlueprintMigrationExecutionOptions

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

BlueprintSource

The blueprint ID that initiated this migration (for tagging entities)

public string BlueprintSource { get; set; }

Property Value

String

Constructors

BlueprintMigrationExecutionOptions()

public BlueprintMigrationExecutionOptions()