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.
Namespace:
FileNet.Api.AdminIf you enable content compression, you can modify default operation settings with the CmCompressionThresholdPercent and CompressionBlockSize properties.
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