The minimum size of all content elements in the cache area sufficient to trigger a cache
prune action (in kilobytes). Note that
the PruneThresholdContentElements
property defines another pruning threshold. For details on the prune action that occurs
in response to prune threshold crossings, see that property.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property PruneThresholdSizeKBytes As Nullable(Of Double) |
| C# |
|---|
Nullable<double> PruneThresholdSizeKBytes { get; set; } |
| Visual C++ |
|---|
property Nullable<double> PruneThresholdSizeKBytes { Nullable<double> get (); void set (Nullable<double> value); } |
| JavaScript |
|---|
function get_pruneThresholdSizeKBytes(); function set_pruneThresholdSizeKBytes(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DOUBLE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ