FeatureManagementOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options that control the behavior of the feature management system.
public class FeatureManagementOptions
type FeatureManagementOptions = class
Public Class FeatureManagementOptions
- Inheritance
-
FeatureManagementOptions
Constructors
FeatureManagementOptions() |
Properties
IgnoreMissingFeatureFilters |
Controls the behavior of feature evaluation when dependent feature filters are missing. If missing feature filters are not ignored an exception will be thrown when attempting to evaluate a feature that depends on a missing feature filter. This option is invalid when used in combination with All The default value is false. |
IgnoreMissingFeatures |
Controls the behavior of feature evaluation when the target feature is missing. If missing features are not ignored an exception will be thrown when attempting to evaluate them. The default value is true. |
Applies to
Azure SDK for .NET