SPRequestUsageEntry.RequestManagementUploadDuration property
Gets or sets the duration Request Management took to upload the data to a backend machine
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestManagementUploadDuration As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.RequestManagementUploadDuration
instance.RequestManagementUploadDuration = value
public Nullable<long> RequestManagementUploadDuration { get; set; }
Property value
Type: System.Nullable<Int64>