NOTE: This property is now obsolete.
As of release 4.0.1.
The maximum number of milliseconds difference (delta) in the timestamps (age) of entries in the cache to allow for age equality of the entries. This value is used by the cache-purging algorithm associated with
FolderCacheReapFrequency
. Folder entries that have this number of milliseconds or less difference in their timestamps will be considered equal, for the purposes of comparison when determining which entries to purge from the cache.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FolderCacheMaxAgeDelta As Nullable(Of Integer) |
C# |
---|
Nullable<int> FolderCacheMaxAgeDelta { get; set; } |
C++ |
---|
property Nullable<int> FolderCacheMaxAgeDelta abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FolderCacheMaxAgeDelta(); /** property */ public void set_FolderCacheMaxAgeDelta(Nullable<int> value); |
JScript |
---|
public function get FolderCacheMaxAgeDelta() : Nullable<int> public function set FolderCacheMaxAgeDelta(value : Nullable<int>); |
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