'Declaration
Public Enum MetricSampleInterval Inherits System.Enum
public enum MetricSampleInterval : System.Enum
'Declaration
Public Enum MetricSampleInterval Inherits System.Enum
public enum MetricSampleInterval : System.Enum
Member | Value | Description |
---|---|---|
Day | 6 | Use a sampling interval set in days. |
Default | 0 | Use the interval as the data was recorded. |
Hour | 5 | Use a sampling interval set in hours. |
Millisecond | 2 | Use a sampling interval set in milliseconds |
Minute | 4 | Use a sampling interval set in minutes. |
Month | 8 | Use a sampling interval set in months. |
Second | 3 | Use a sampling interval set in seconds. |
Shortest | 1 | Use the interval as the data was recorded. |
Week | 7 | Use a sampling interval set in weeks. |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.MetricSampleInterval
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2