UsageInfo members

Provides fields that are used to access information about site collection usage.

The UsageInfo type exposes the following members.

Constructors

  Name Description
Public method UsageInfo Initializes a new instance of the UsageInfo object.

Top

Properties

  Name Description
Public property Bandwidth Gets a value that specifies the cumulative bandwidth, in bytes, used by the site collection during an implementation specific period.
Public property DiscussionStorage Gets a value that specifies the total amount of disk space, in bytes, currently being used to store Web discussion comments in the site collection.
Public property Hits Gets a value that specifies the cumulative number of requests for pages in the site collection during an implementation specific period.
Public property Storage Gets a value that specifies the total amount of disk space, in bytes, currently being used by the site collection.
Public property StoragePercentageUsed Gets a value that specifies the ratio of the amount of disk space currently being used by the site collection to the maximum disk space specified in the site collection quota.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Visits Gets a value that specifies the cumulative number of requests for pages in the site collection, with no referring URL, or a referring URL outside of the current site collection during an implementation specific period.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

UsageInfo class

Microsoft.SharePoint.Client namespace