LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Enum FileDataTypes.DuplicateKeysHandling

    Determines how duplicate feature flag or segment keys are handled.

    Namespace: LaunchDarkly.Sdk.Server.Integrations
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public enum FileDataTypes.DuplicateKeysHandling

    Fields

    Name Description
    Ignore

    Keys that are duplicated across files will be ignored, and the first occurrence will be used.

    Throw

    An exception will be thrown if keys are duplicated across files.

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