HttpCompressionSection, ROOT\WebAdministration
Class
| Methods (9)
| Properties (22)
| Qualifiers (8)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description Configures HTTP compression.
HttpCompressionSection methods HttpCompressionSection has 9 methods (9 Derived )
HttpCompressionSection properties HttpCompressionSection has 22 properties (19 Local , 3 Derived )
Detailed description of HttpCompressionSection methods Derived methods (9) of HttpCompressionSection class
▲ Clear methodReturn Parameters Name CIMType ID IN OUT Qualifiers CollectionName string 0 ✓ - {'In':True}
bypass_getobject True Description 'Clears all elements from a collection in a configuration section.' implemented True Clear method is in 69 classes of ROOT\WebAdministration and in 9 namespaces
▲ GetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves a value which specifies the levels at which the configuration section can be set.' implemented True static True GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves the allowLocation attribute for a configuration section.' implemented True static True GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent methodReturn Parameters Name CIMType ID IN OUT Qualifiers PropertyName string 0 ✓ - {'OPTIONAL':True}
bypass_getobject True Description 'Reverts configuration values in a section to those of its parent section.' implemented True RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets a value which specifies the levels at which the configuration section can be set.' implemented True static True SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets the allowLocation attribute for a configuration section.' implemented True static True SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
Detailed description of HttpCompressionSection properties Local properties (19) of HttpCompressionSection class CIMTYPE 'string' Description 'A read/write string value that specifies the Cache-Control header that is sent with compressed files.' read True write True CacheControlHeader property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ Directory propertyCIMTYPE 'string' Description 'A read/write string value that specifies the directory where compressed versions of static files are temporarily stored and cached.' read True write True Directory property is in 7 classes of ROOT\WebAdministration and in 4 namespaces
▲ DoDiskSpaceLimiting propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if a limit exists for the amount of disk space that compressed files in the compressed files folder can occupy; otherwise, false.' read True write True DoDiskSpaceLimiting property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ DynamicCompressionBufferLimit propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the amount of compressed data buffered by dynamic compression module before a flush is triggered.' read True write True DynamicCompressionBufferLimit property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ DynamicCompressionDisableCpuUsage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the percentage of CPU utilization at which dynamic compression will be disabled.' read True write True DynamicCompressionDisableCpuUsage property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ DynamicCompressionEnableCpuUsage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the percentage of CPU utilization below which dynamic compression will be enabled.' read True write True DynamicCompressionEnableCpuUsage property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ DynamicTypes propertyCIMTYPE 'object:DynamicTypeSettings' Description 'A DynamicTypeSettings value that contains file name extensions that IIS can serve with dynamic compression.' read True write True DynamicTypes property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
CIMTYPE 'string' Description 'A read/write string value that specifies the content of the HTTP Expires header that is sent with compressed files.' read True write True ExpiresHeader property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ HttpCompression propertyCIMTYPE 'object:HttpCompressionSchemeElement' DefaultCollection True Description 'An array of HttpCompressionSchemeElement values that specify the compression schemes (Gzip or Deflate) that IIS uses to compress client requests.' read True write False HttpCompression property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaxDiskSpaceUsage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies a limit of disk space, in megabytes, that compressed files can occupy in the compression directory.' read True write True MaxDiskSpaceUsage property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ MinFileSizeForComp propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the minimum file size, in kilobytes, for a file to be compressed.' read True write True MinFileSizeForComp property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ NoCompressionForHttp10 propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if compression is disabled for requests that contain an HTTP 1.0 version number; otherwise, false.' read True write True NoCompressionForHttp10 property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ NoCompressionForProxies propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if compression is disabled for HTTP 1.1 requests that come through a proxy server; otherwise, false.' read True write True NoCompressionForProxies property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ NoCompressionForRange propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if compression is disabled for HTTP requests that include the Range header; otherwise, false.' read True write True NoCompressionForRange property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
CIMTYPE 'boolean' Description 'A read/write Boolean value. True if the headers configured in the CacheControlHeader and ExpiresHeader properties are sent with compressed responses; otherwise, false.' read True write True SendCacheHeaders property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ StaticCompressionDisableCpuUsage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the percentage of CPU utilization at which static compression is disabled.' read True write True StaticCompressionDisableCpuUsage property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ StaticCompressionEnableCpuUsage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the percentage of CPU utilization at which static compression is enabled.' read True write True StaticCompressionEnableCpuUsage property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ StaticCompressionIgnoreHitFrequency propertyCIMTYPE 'boolean' Description 'A read/write Boolean value that specifies whether hit frequency for the url is ignored for static file compression.' read True write True StaticCompressionIgnoreHitFrequency property is in 1 class (HttpCompressionSection) of ROOT\WebAdministration and in 2 namespaces
▲ StaticTypes propertyCIMTYPE 'object:StaticTypeSettings' Description 'A StaticTypeSettings value that contains file name extensions that IIS can serve with static compression.' read True write True StaticTypes property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
Derived properties (3) of HttpCompressionSection class
▲ SectionInformation propertyCIMTYPE 'object:SectionInformation' Description 'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.' read True write True SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces
HttpCompressionSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'Configures HTTP compression.' ✗ ✓ ✓ ✓ ✓
DisplayName 'Http Compression Section' ✓ ✓ ✓ ✓ ✓
dynamic True ✓ ✓ ✓ ✗ ✓
factory_clsid '{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}' ✓ ✓ ✓ ✗ ✓
Locale 1033 ✓ ✓ ✓ ✓ ✓
provider 'WebAdministrationProvider' ✓ ✓ ✓ ✗ ✓
section_path 'system.webServer/httpCompression' ✓ ✓ ✓ ✗ ✓
SupportsUpdate True ✗ ✗ ✓ ✗ ✓
HttpCompressionSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration:HttpCompressionSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSectionWithCollection', 'ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 22 ___SYSTEM 3 ✗ ✗
__RELPATH 'HttpCompressionSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSectionWithCollection ' ___SYSTEM 8 ✗ ✗
__CLASS 'HttpCompressionSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to HttpCompressionSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by