The value for this property indicates that, whenever the cache exceeds the value of FolderCacheMaxEntries, n (the value specified) entries can be added to the cache before the purging algorithm will run.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("As of release 4.0.1.")> _ Property FolderCacheReapFrequency As Nullable(Of Integer) |
| C# |
|---|
[ObsoleteAttribute("As of release 4.0.1.")] Nullable<int> FolderCacheReapFrequency { get; set; } |
| Visual C++ |
|---|
[ObsoleteAttribute(L"As of release 4.0.1.")] property Nullable<int> FolderCacheReapFrequency { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_folderCacheReapFrequency(); function set_folderCacheReapFrequency(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: 0
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ