Enum MigrationOrigin
The origin/source for a migration step.
Namespace: LaunchDarkly.Sdk.Server.Migrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public enum MigrationOrigin
Fields
Name | Description |
---|---|
New | Originates from the "new" implementation. |
Old | Originates from the "old" implementation. |