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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ