Enum MigrationExecutionMode
Execution mode for a migration.
Namespace: LaunchDarkly.Sdk.Server.Migrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public enum MigrationExecutionMode
  Remarks
This applies only to a single read operation, not multiple reads using the same migration.
Fields
| Name | Description | 
|---|---|
| Parallel | Start reads in parallel and wait for them to both finish.  | 
      
| Serial | Execute one read fully before executing another read.  |