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; } |
| Visual C++ |
|---|
property Nullable<int> CodeModuleCacheEntryTTL { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_codeModuleCacheEntryTTL(); function set_codeModuleCacheEntryTTL(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: 86400
PropertyMaximumInteger32: 259200
PropertyMinimumInteger32: 300
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ