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; }
C++
property Nullable<double> PruneThresholdSizeKBytes abstract  {
    Nullable<double> get();
    void set(Nullable<doublevalue);
}
J#
/** property */
public Nullable<double> get_PruneThresholdSizeKBytes();

/** property */
public void set_PruneThresholdSizeKBytes(Nullable<doublevalue);
JScript
public function get PruneThresholdSizeKBytes() : Nullable<double>

public function set PruneThresholdSizeKBytes(value : Nullable<double>);

Remarks

See Also