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. |