The SMS_CollectionBucket Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents joining of collection and bucket. By default, all collections will have a client health related bucket, while the endpoint protection bucket is only applicable to endpoint protection allowed collections.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CollectionBucket : SMS_BaseClass { String Bucket; String CollectionID; String CollectionName; UInt32 FeatureType; }; |
Methods
The SMS_CollectionBucket class does not define any methods.
Properties
- Bucket
- Data type: StringAccess type: Read/Write Qualifiers: [key]Bucket summarized.
- CollectionID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Identifier of collection summarized.
- CollectionName
- Data type: StringAccess type: Read/Write Qualifiers: noneName of collection summarized.
- FeatureType
- Data type: UInt32Access type: Read/Write Qualifiers:
[key]Identifier of feature type.
1
EndPoint Protection
2
Client Check
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.