LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    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.

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