LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX