SPRequestUsageEntry.DistributedCacheReadsDuration property

Total duration (ms) for the cache reads

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

Syntax

'Declaration
Public Property DistributedCacheReadsDuration As Long
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Long

value = instance.DistributedCacheReadsDuration

instance.DistributedCacheReadsDuration = value
public long DistributedCacheReadsDuration { get; set; }

Property value

Type: System.Int64

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace