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
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AlertDaysToKeep

Defines the number of days to keep alert data.

System_CAPS_pubfieldSystem_CAPS_static AvailabilityHistoryDaysToKeep

Defines the number of days to keep availability history data.

System_CAPS_pubfieldSystem_CAPS_static EventDaysToKeep

Defines the number of days to keep event data.

System_CAPS_pubfieldSystem_CAPS_static JobStatusDaysToKeep

Defines the number of days to keep job status data.

System_CAPS_pubfieldSystem_CAPS_static MaintenanceModeHistoryDaysToKeep

Defines the number of days to keep maintenance mode history data.

System_CAPS_pubfieldSystem_CAPS_static MonitoringJobDaysToKeep

Defines the number of days to keep monitoring job data.

System_CAPS_pubfieldSystem_CAPS_static PerformanceDataDaysToKeep

Defines the number of days to keep performance data.

System_CAPS_pubfieldSystem_CAPS_static PerformanceSignatureDaysToKeep

Defines the number of days to keep performance signature data.

System_CAPS_pubfieldSystem_CAPS_static 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