Enum MigrationSerialOrder
When using serial execution controls the order reads are executed.
Namespace: LaunchDarkly.Sdk.Server.Migrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public enum MigrationSerialOrder
  Fields
| Name | Description | 
|---|---|
| Fixed | Always execute reads in the same order.  | 
      
| Random | Each time a read is performed randomize the order.  |