Some data formats, such as JPEG and ZIP, do not compress well, and the server compression overhead might not be worth the marginal savings of storage space for such formats. This property allows you to define the threshold at which data will not be compressed. You can also define the block size of the content stream to be compressed, as set in the CompressionBlockSize property of the IContentConfiguration interface.
This property requires that content compression be turned on, as set in the CmCompressionEnabled property. For administrator-related information, see Content compression.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CmCompressionThresholdPercent As Nullable(Of Integer) |
C# |
---|
Nullable<int> CmCompressionThresholdPercent { get; set; } |
Visual C++ |
---|
property Nullable<int> CmCompressionThresholdPercent { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_cmCompressionThresholdPercent(); function set_cmCompressionThresholdPercent(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 80
PropertyMaximumInteger32: 95
PropertyMinimumInteger32: 5
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ