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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 256*1024
PropertyMaximumInteger32: 1024*1024
PropertyMinimumInteger32: 16*1024
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ