Skip to main content

BlueprintApplicationMode

Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints

Defines how a blueprint was applied to a tenant

public enum BlueprintApplicationMode

Inheritance ObjectValueTypeEnumBlueprintApplicationMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Initial0Initial application of a blueprint to a new tenant
Update1Update from a previous version of the same blueprint
Migration2Update using an explicit migration script
ReApply3Re-apply of an already-installed blueprint version (triggered via --force after storage corruption or manual cleanup). Seed data is re-imported using upsert semantics.