AggregateType Enumeration
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public enum AggregateType
'Declaration
Public Enumeration AggregateType
public enum class AggregateType
Members
Member name | Value | Description | |
---|---|---|---|
Average | 0 | Gets the average of all the captured values. | |
Max | 1 | Gets the maximum captured value. | |
Min | 2 | Gets the minimum captured value. | |
Last | 3 | Gets the last captured value. | |
Growth | 4 | Gets the absolute growth by minute using simple linear regression. |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration Namespace