Table of Contents

Enum CompatibilityLevel

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Severity of a schema change, ordered from harmless to Breaking.

public enum CompatibilityLevel

Fields

Breaking = 4

Change requires an explicit migration; persisted data cannot be read safely otherwise.

Compatible = 2

Change can be applied automatically without a data migration.

CompatibleWidening = 3

Compatible widening conversion applied automatically.

Identical = 0

No difference.

InformationOnly = 1

Recorded for information only; no effect on data compatibility.