IIsCompressionSchemes (ADSI)

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 (ADSI). In addition, all global compression settings for the IIS installation are stored in the IIsCompressionSchemes object.

Methods

The IIsCompressionSchemes object has no methods.

Properties

The IIsCompressionSchemes object defines the following property.

Property

Description

Windows ADSI

Windows ADSI Container Object Properties

ADsPath

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

where MachineName can be any name or LocalHost.

Syntax

varReturn = object. Method

varReturn = object. Property

Parameters

  • 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 (ADSI)

Metabase Properties

HcCacheControlHeader

HcIoBufferSize

HcCompressionBufferSize

HcMaxDiskSpaceUsage

HcCompressionDirectory

HcMaxQueueLength

HcDoDiskSpaceLimiting

HcMinFileSizeForComp

HcDoDynamicCompression

HcNoCompressionForHttp10

HcDoOnDemandCompression

HcNoCompressionForProxies

HcDoStaticCompression

HcNoCompressionForRange

HcExpiresHeader

HcSendCacheHeaders

HcFilesDeletedPerDiskFree

Methods

Windows ADSI Object Methods

Standard methods for ADSI objects.

Windows ADSI Container Object Methods

Standard methods for ADSI container objects.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS