The minimum size of all content elements in the cache area sufficient to trigger a cache prune action (in kilobytes). Note that the
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<double> value); } |
J# |
---|
/** property */ public Nullable<double> get_PruneThresholdSizeKBytes(); /** property */ public void set_PruneThresholdSizeKBytes(Nullable<double> value); |
JScript |
---|
public function get PruneThresholdSizeKBytes() : Nullable<double> public function set PruneThresholdSizeKBytes(value : Nullable<double>); |
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