SPRequestUsageEntry.RequestManagementDownloadDuration property

Gets or sets the duration Request Management took to downnload the data from the backend machine

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

Syntax

'Declaration
Public Property RequestManagementDownloadDuration As Nullable(Of Long)
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)

value = instance.RequestManagementDownloadDuration

instance.RequestManagementDownloadDuration = value
public Nullable<long> RequestManagementDownloadDuration { get; set; }

Property value

Type: System.Nullable<Int64>

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace