The SMS_FileUsageSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides a usage summary of a metered file.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_FileUsageSummary : SMS_BaseClass
{
	UInt32 DistinctUserCount;
	UInt32 FileID;
	DateTime IntervalStart;
	UInt32 IntervalWidth;
	String SiteCode;
};

Methods

The SMS_FileUsageSummary class does not define any methods.

Properties

DistinctUserCount


Data type: UInt32Access type: Read/WriteQualifiers: NoneCount of the distinct number of users who used the file during the summarization interval.
FileID


Data type: UInt32Access type: Read/WriteQualifiers: [key, ResID(2302), ResDLL("SMS_RSTT.dll")]File ID of the summarized file. To find the file information, match FileID with the ID in SMS_ProductFileInfo Server WMI Class. To find the rules that caused the file to be metered, match FileID to the ID in SMS_MeteredFiles Server WMI Class.
IntervalStart


Data type: DateTimeAccess type: Read/WriteQualifiers: key, ResID(2202), ResDLL("SMS_RSTT.dll")]Start time of the summarization interval.
IntervalWidth


Data type: UInt32Access type: Read/WriteQualifiers: [key, ResID(2301), ResDLL("SMS_RSTT.dll")]Size of the summarization interval, in minutes. Possible values are 15 and 60.
SiteCode


Data type: StringAccess type: Read/WriteQualifiers: [key, ResID(2109), ResDLL("SMS_RSTT.dll")]Site code for the clients that used the file during the summarization interval. This identifies the site that originally generated the summary.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class counts the number of distinct users and computers that used a metered file during a particular interval on a particular site.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.