Share via


SPResourceMeasure.MinimumThreshold property

The minimum threshold beneath which any usage is capped. For example, in measuring CPU time, a MinimumThreshold measurement might be 100ms. Any incremental usage beneath 100ms is not aggregated, since that is assumed to be a completely normal execution time for a Web Part. Any usage above the minimum threshold is tracked and recorded as (value - MinimumThreshold).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MinimumThreshold As Double
    Get
    Set
'Usage
Dim instance As SPResourceMeasure
Dim value As Double

value = instance.MinimumThreshold

instance.MinimumThreshold = value
public double MinimumThreshold { get; set; }

Property value

Type: System.Double
Returns Double.

See also

Reference

SPResourceMeasure class

SPResourceMeasure members

Microsoft.SharePoint.Administration namespace