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 Properties ADSI Container Object Properties

Metabase Properties
HcCacheControlHeader HcIoBufferSize
HcCompressionBufferSize HcMaxDiskSpaceUsage
HcCompressionDirectory HcMaxQueueLength
HcDoDiskSpaceLimiting HcMinFileSizeForComp
HcDoDynamicCompression HcNoCompressionForHttp10
HcDoOnDemandCompression HcNoCompressionForProxies
HcDoStaticCompression HcNoCompressionForRange
HcExpiresHeader HcSendCacheHeaders
HcFilesDeletedPerDiskFree  

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