Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_ClientDataSourcesContentStats
Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client content data sources per package.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ClientDataSourcesContentStats : SMS_BaseClass
{
UInt64 BytesDownloaded;
String ContentName;
UInt32 SourceType;
};
Methods
The SMS_ClientDataSourcesContentStats
class does not define any methods.
Properties
BytesDownloaded
Data type: UInt64
Access type: Read
Qualifiers: none
Number of bytes downloaded.
ContentName
Data type: String
Access type: Read
Qualifiers: [key, not_null]
The name of the content.
SourceType
Data type: UInt32
Access type: Read
Qualifiers: [key, not_null]
Source type.
Remarks
Class qualifiers for this class include:
Dynamic
Read (read-only)
Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.