Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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: UInt32- Access type: Read/Write - Qualifiers: None - Count of the distinct number of users who used the file during the summarization interval. 
- FileID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [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: DateTime- Access type: Read/Write - Qualifiers: key, ResID(2202), ResDLL("SMS_RSTT.dll")] - Start time of the summarization interval. 
- IntervalWidth 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [key, ResID(2301), ResDLL("SMS_RSTT.dll")] - Size of the summarization interval, in minutes. Possible values are 15 and 60. 
- SiteCode 
 Data type: String- Access type: Read/Write - Qualifiers: [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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.