Class FileDataTypes.DuplicateKeysHandling
Determines how duplicate feature flag or segment keys are handled.
Inheritance
System.Object
FileDataTypes.DuplicateKeysHandling
Namespace: LaunchDarkly.Sdk.Server.Integrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class DuplicateKeysHandling : Enum
Fields
Ignore
Keys that are duplicated across files will be ignored, and the first occurrence will be used.
Declaration
public const FileDataTypes.DuplicateKeysHandling Ignore
Field Value
Type | Description |
---|---|
FileDataTypes.DuplicateKeysHandling |
Throw
An exception will be thrown if keys are duplicated across files.
Declaration
public const FileDataTypes.DuplicateKeysHandling Throw
Field Value
Type | Description |
---|---|
FileDataTypes.DuplicateKeysHandling |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |