CleanupScope.CompressUpdates Property
Applies To: Windows Server Update Services
Gets or sets whether or not obsolete revisions to updates should be deleted from the database.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool CompressUpdates { get; set; }
public:
property bool CompressUpdates {
bool get();
void set(bool value);
}
member CompressUpdates : bool with get, set
Public Property CompressUpdates As Boolean
Property Value
Type: System.Boolean
If true, obsolete revisions to updates will be deleted from the database.
If false, obsolete revisions to updates will not be deleted from the database.
See Also
CleanupScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top