Specifies the Time-To-Live (TTL) in seconds for entries in the object security cache. Once the TTL has elapsed, cached information that has become stale is discarded and fresh data is obtained from the database.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
For more information about this cache, see Security Caching.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ObjectSecurityCacheEntryTTL As Nullable(Of Integer) |
C# |
---|
Nullable<int> ObjectSecurityCacheEntryTTL { get; set; } |
C++ |
---|
property Nullable<int> ObjectSecurityCacheEntryTTL abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_ObjectSecurityCacheEntryTTL(); /** property */ public void set_ObjectSecurityCacheEntryTTL(Nullable<int> value); |
JScript |
---|
public function get ObjectSecurityCacheEntryTTL() : Nullable<int> public function set ObjectSecurityCacheEntryTTL(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