Specifies the maximum size of uncompressed content that will form a single block in a compressed content stream written by the server. Larger blocks will compress more effectively than smaller blocks, but will require more memory during retrieval.

This property requires that content compression be turned on, as set in the CmCompressionEnabled property of the IStorageArea interface. For administrator-related information, see Content compression.

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

ToggleSyntax

Visual Basic (Declaration)
Property CompressionBlockSize As Nullable(Of Integer)
C#
Nullable<int> CompressionBlockSize { get; set; }
Visual C++
property Nullable<int> CompressionBlockSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_compressionBlockSize();
function set_compressionBlockSize(value);

ToggleRemarks

ToggleSee Also