Share via


SPSite.UsageInfo.Bandwidth Field

Contains the cumulative bandwidth used by the site collection on the previous day or on the last day that log files were processed, which is tracked by usage analysis code.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Bandwidth As Long
'Usage
Dim instance As SPSite.UsageInfo
Dim value As Long

value = instance.Bandwidth

instance.Bandwidth = value
public long Bandwidth

Remarks

The usage analysis code tracks only what is recorded in the HTTP logs. The HTTP logs record most operations except requests for files in the _layouts directory and HTTP requests with results greater than or equal to 300 bytes.

See Also

Reference

SPSite.UsageInfo Structure

SPSite.UsageInfo Members

Microsoft.SharePoint Namespace