Specifies the Time-To-Live (TTL) in milliseconds for entries in the marking set cache. Once the TTL has elapsed, cached information that has become stale is discarded and fresh data is obtained.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MarkingSetCacheEntryTTL As Nullable(Of Integer) |
C# |
---|
Nullable<int> MarkingSetCacheEntryTTL { get; set; } |
C++ |
---|
property Nullable<int> MarkingSetCacheEntryTTL abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MarkingSetCacheEntryTTL(); /** property */ public void set_MarkingSetCacheEntryTTL(Nullable<int> value); |
JScript |
---|
public function get MarkingSetCacheEntryTTL() : Nullable<int> public function set MarkingSetCacheEntryTTL(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: 600
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ