Specifies the Time-To-Live (TTL) in seconds that an entry may remain in the code module cache.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CodeModuleCacheEntryTTL As Nullable(Of Integer) |
C# |
---|
Nullable<int> CodeModuleCacheEntryTTL { get; set; } |
C++ |
---|
property Nullable<int> CodeModuleCacheEntryTTL abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_CodeModuleCacheEntryTTL(); /** property */ public void set_CodeModuleCacheEntryTTL(Nullable<int> value); |
JScript |
---|
public function get CodeModuleCacheEntryTTL() : Nullable<int> public function set CodeModuleCacheEntryTTL(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: 86400
PropertyMaximumInteger32: 259200
PropertyMinimumInteger32: 300
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ