Specifies the maximum number of entries in the marking set cache. When the maximum number is exceeded, the least recently used marking set elements are removed to allow more recently used elements to be cached.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MarkingSetCacheMaxEntries As Nullable(Of Integer) |
C# |
---|
Nullable<int> MarkingSetCacheMaxEntries { get; set; } |
C++ |
---|
property Nullable<int> MarkingSetCacheMaxEntries abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MarkingSetCacheMaxEntries(); /** property */ public void set_MarkingSetCacheMaxEntries(Nullable<int> value); |
JScript |
---|
public function get MarkingSetCacheMaxEntries() : Nullable<int> public function set MarkingSetCacheMaxEntries(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: 8192
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ