Class DeviceVitalsCollectOptions
Defines which device vitals should be collected.
public class DeviceVitalsCollectOptions
- Inheritance
-
DeviceVitalsCollectOptions
- Inherited Members
Constructors
DeviceVitalsCollectOptions()
public DeviceVitalsCollectOptions()
Properties
CollectCPU
Collect device CPU usage.
public bool CollectCPU { get; set; }
Property Value
CollectFreeMemory
Collect device free memory.
public bool CollectFreeMemory { get; set; }
Property Value
CollectMemory
Collect device memory usage.
public bool CollectMemory { get; set; }
Property Value
Methods
All()
Returns a new Instance of DeviceVitalsCollectOptions with all collection options set to true.
public static DeviceVitalsCollectOptions All()
Returns
- DeviceVitalsCollectOptions
a new Instance of DeviceVitalsCollectOptions with all collection options set to true.
None()
Returns a new Instance of DeviceVitalsCollectOptions with all collection options set to false.
public static DeviceVitalsCollectOptions None()
Returns
- DeviceVitalsCollectOptions
a new Instance of DeviceVitalsCollectOptions with all collection options set to false.