DataCacheFactoryConfiguration.IsCompressionEnabled Property

 

Specifies whether compression is enabled. A value of true enables compression. The default is false.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public bool IsCompressionEnabled { get; set; }
public:
property bool IsCompressionEnabled {
    bool get();
    void set(bool value);
}
member IsCompressionEnabled : bool with get, set
Public Property IsCompressionEnabled As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top