Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.12 KB

FeatureFlagLimitations.md

File metadata and controls

20 lines (12 loc) · 1.12 KB

FeatureFlagLimitations

Subscription limitations regarding Feature flag or Setting values and targeting.

Properties

Name Type Description Notes
maxPercentageOptionCount Integer Maximum number of percentage options a Feature Flag or Setting can have within a targeting rule. [optional]
maxTargetingRuleCount Integer Maximum number of targeting rules a Feature Flag or Setting can have. [optional]
maxComparisonValueLength Integer Maximum length of a text comparison value. [optional]
maxComparisonValueListLength Integer Maximum item count of a list comparison value. [optional]
maxComparisonValueListItemLength Integer Maximum length of a list comparison value's item. [optional]
maxStringFlagValueLength Integer Maximum length of a text Setting's value. [optional]
maxConditionPerTargetingRuleCount Integer Maximum number of `AND` conditions a Feature Flag or Setting can have within a targeting rule. [optional]