[This is preliminary documentation and subject to change]

HcDoDiskSpaceLimiting

This metabase property allows you to limit the amount of disk space that compressed files (stored in the compression directory specified by HcCompressionDirectory) can occupy. If this property is set to TRUE, IIS will not occupy more than the number of bytes specified by HcMaxDiskSpaceUsage with compressed files. Once the limit is reached, compressed files are removed from the compression directory on a least-recently used (LRU) basis. If HcDoDiskSpaceLimiting is set to FALSE, IIS enforces no limit on the amount of disk space that the files in the compression directory can occupy.

note Note    Limiting the use of disk space has a significant impact on performance because additional overhead is required to check for the limit. Use this feature only if it is necessary.

HcDoDiskSpaceLimiting is relevant only if you have set the property HcDoOnDemandCompression to TRUE.

Attribute NameAttribute Value
Data TypeBOOL
AttributesNO_ATTRIBUTES
Default ValueFALSE
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID2216

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_HC_DO_DISK_SPACE_LIMITING
Data typeBOOL
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.