HcFilesDeletedPerDiskFree Metabase Property
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The HcFilesDeletedPerDiskFree property specifies the number of compressed files that are deleted from the compression directory when IIS determines that the compression directory has grown beyond its limits. IIS deletes a number of files equal to the setting of this property, starting with the LRU (least-recently used) files.
The HcFilesDeletedPerDiskFree property is relevant only if HcDoDiskSpaceLimiting Metabase Property is set to true, and HcMaxDiskSpaceUsage Metabase Property is set to something other than 0xFFFFFFFF (unlimited). The maximum allowable value of HcFilesDeletedPerDiskFree is 1024.
Attribute Name | Attribute Value |
---|---|
XML Data Type |
DWORD |
WMI Data Type |
SINT32 |
ADSI Data Type |
DWORD |
ABO Data Type |
DWORD |
ABO Metabase Identifier |
MD_HC_FILES_DELETED_PER_DISK_FREE |
Attributes |
NO_ATTRIBUTES |
Default Value |
256 |
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
User Type |
IIS_MD_UT_SERVER |
ID |
2225 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
---|---|
/LM/W3SVC/Filters/Compression/Parameters |
IIsCompressionSchemes |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.