Specifies whether content in this storage area should be compressed. Content compression reduces the space consumed in a storage area of any type, but there are performance tradeoffs in using it. For more information, see Content compression.

If you enable content compression, you can modify default operation settings with the CmCompressionThresholdPercent and CompressionBlockSize properties.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property CmCompressionEnabled As Nullable(Of Boolean)
C#
Nullable<bool> CmCompressionEnabled { get; set; }
Visual C++
property Nullable<bool> CmCompressionEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_cmCompressionEnabled();
function set_cmCompressionEnabled(value);

ToggleRemarks

ToggleSee Also