Start Online Store Maintenance

Microsoft.SystemCenter.HealthServiceStoreMaintenance (Task)

This task will start online store maintenance for the Health Service ESE store. Normally store maintenance will run periodically as part of a rule but this task allows store maintenance to be initiated on demand. Store maintenance will perform an online defragmentation of the Health Service ESE store.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300
CommentRequest that the Health Service do ESE store maintenance

Member Modules:

ID Module Type TypeId RunAs 
HealthServiceStoreMaintenanceAction WriteAction Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthServiceStoreMaintenance" Comment="Request that the Health Service do ESE store maintenance" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="HealthServiceStoreMaintenanceAction" TypeID="Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction"/>
</Task>