Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SamplingInterval Enumeration

SamplingInterval Enumeration
A suggested interval between value samples.
Syntax
'Declaration
 
Public Enum SamplingInterval 
   Inherits System.Enum
 
Members
MemberValueDescription
Day6Use a sampling interval set in days.
Default0Use the interval as the data was recorded.
Hour5Use a sampling interval set in hours.
Millisecond2Use a sampling interval set in milliseconds
Minute4Use a sampling interval set in minutes.
Month8Use a sampling interval set in months.
Second3Use a sampling interval set in seconds.
Shortest1Use the interval as the data was recorded.
Week7Use a sampling interval set in weeks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Gibraltar.Agent.Metrics.SamplingInterval

Requirements

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

See Also