Share via


CleanupResults.DiskSpaceFreed Property

 

Applies To: Windows Server Update Services

Gets or sets the amount of space freed, in bytes, after unneeded content files were deleted.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public long DiskSpaceFreed { get; set; }
public:
property long long DiskSpaceFreed {
    long long get();
    void set(long long value);
}
member DiskSpaceFreed : int64 with get, set
Public Property DiskSpaceFreed As Long

Property Value

Type: System.Int64

The amount of disk space freed, in bytes, as a result of deleting unneeded content files.

See Also

CleanupResults Class
Microsoft.UpdateServices.Administration Namespace

Return to top