PlatformDataCollectionLevel 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.
Specifies the diagnostics data collection level.
public enum class PlatformDataCollectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class PlatformDataCollectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum PlatformDataCollectionLevel
var value = Windows.System.Profile.PlatformDataCollectionLevel.security
Public Enum PlatformDataCollectionLevel
- Inheritance
-
PlatformDataCollectionLevel
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
Security | 0 | Security data |
Basic | 1 | Basic data |
Enhanced | 2 | Enhanced data |
Full | 3 | All data |