BlueprintApplicationMode
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Defines how a blueprint was applied to a tenant
public enum BlueprintApplicationMode
Inheritance Object → ValueType → Enum → BlueprintApplicationMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Initial | 0 | Initial application of a blueprint to a new tenant |
| Update | 1 | Update from a previous version of the same blueprint |
| Migration | 2 | Update using an explicit migration script |
| ReApply | 3 | Re-apply of an already-installed blueprint version (triggered via --force after storage corruption or manual cleanup). Seed data is re-imported using upsert semantics. |