Settings.ManagementGroup.PartitioningAndGroomingSettings Structure
Applies To: Operations Manager for System Center 2012
Contains database partitioning and grooming settings for a Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct PartitioningAndGroomingSettings
[SettingGroupAttribute]
public value struct PartitioningAndGroomingSettings
[<Sealed>]
[<SettingGroupAttribute>]
type PartitioningAndGroomingSettings = struct end
<SettingGroupAttribute>
Public Structure PartitioningAndGroomingSettings
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
AlertDaysToKeep | Defines the number of days to keep alert data. |
|
AvailabilityHistoryDaysToKeep | Defines the number of days to keep availability history data. |
|
EventDaysToKeep | Defines the number of days to keep event data. |
|
JobStatusDaysToKeep | Defines the number of days to keep job status data. |
|
MaintenanceModeHistoryDaysToKeep | Defines the number of days to keep maintenance mode history data. |
|
MonitoringJobDaysToKeep | Defines the number of days to keep monitoring job data. |
|
PerformanceDataDaysToKeep | Defines the number of days to keep performance data. |
|
PerformanceSignatureDaysToKeep | Defines the number of days to keep performance signature data. |
|
StateChangeEventDaysToKeep | Defines the number of days to keep state change event data. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top