LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class TestData.FlagMigrationBuilder

    Used to build the migration settings for a feature flag.

    Inheritance
    object
    TestData.FlagMigrationBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Integrations
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public sealed class TestData.FlagMigrationBuilder

    Constructors

    View Source

    FlagMigrationBuilder()

    Declaration
    public FlagMigrationBuilder()

    Methods

    | Edit this page View Source

    CheckRatio(long?)

    Set the check ratio for the migration.

    Declaration
    public TestData.FlagMigrationBuilder CheckRatio(long? checkRatio)
    Parameters
    Type Name Description
    long? checkRatio

    the desired check ratio

    Returns
    Type Description
    TestData.FlagMigrationBuilder

    the builder

    Remarks

    The check ratio is used in determining when to check the consistency of a migration.

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