FeatureFlag Enum
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.
Feature Flags
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FeatureFlag
[<System.Flags>]
type FeatureFlag =
Public Enum FeatureFlag
- Inheritance
-
FeatureFlag
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
RedirectHandler | 1 | |
RetryHandler | 2 | |
AuthHandler | 4 | |
DefaultHttpProvider | 8 | |
LoggingHandler | 16 | |
ServiceDiscoveryHandler | 32 | |
CompressionHandler | 64 | |
ConnectionPoolManager | 128 | |
LongRunningOperationHandler | 256 | |
BatchRequestContext | 512 | |
PageIteratorTask | 1024 | |
FileUploadTask | 2048 |