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)
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); |