[This is preliminary documentation and subject to change]

IIsCompressionSchemes

IIsCompressionSchemes is an ADSI container object that contains the individual HTTP 1.1 compression schemes that are available to IIS, represented by the ADSI object IIsCompressionScheme. In addition, all global compression settings for the IIS installation are stored in IIsCompressionSchemes.

ADsPath
IIS://MachineName/W3SVC/Filters/Compression/Parameters

where MachineName can be any name or "LocalHost."

Syntax

varReturn=object.Method

varReturn=object.Property

Parts
varReturn
A variable that receives the return value from the method.
object
A variable that refers to the IIsCompressionSchemes object, usually as a result of a previous GetObject operation.
Method or Property
The particular object method or property that you want to use.
Can Contain
IIsCompressionScheme 

Properties
ADSI Object PropertiesADSI Container Object Properties

Metabase Properties
HcCacheControlHeaderHcIoBufferSize
HcCompressionBufferSizeHcMaxDiskSpaceUsage
HcCompressionDirectoryHcMaxQueueLength
HcDoDiskSpaceLimitingHcMinFileSizeForComp
HcDoDynamicCompressionHcNoCompressionForHttp10
HcDoOnDemandCompressionHcNoCompressionForProxies
HcDoStaticCompressionHcNoCompressionForRange
HcExpiresHeaderHcSendCacheHeaders
HcFilesDeletedPerDiskFree 

Methods
ADSI Object MethodsStandard methods for ADSI objects.
ADSI Container Object MethodsStandard methods for ADSI container objects.


© 1997-2001 Microsoft Corporation. All rights reserved.