The frequency (in seconds) with which database tables containing temporary content will be scrubbed to eliminate abandoned content. Abandoned content is content not participating in an existing transaction and not committed as part of a previous transaction.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
This property works in conjunction with the TempDBContentLifetime property to determine which temporary content gets deleted as part of a periodic cleanup.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AbandonedDBContentCleanupInterval As Nullable(Of Integer) |
C# |
---|
Nullable<int> AbandonedDBContentCleanupInterval { get; set; } |
C++ |
---|
property Nullable<int> AbandonedDBContentCleanupInterval abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_AbandonedDBContentCleanupInterval(); /** property */ public void set_AbandonedDBContentCleanupInterval(Nullable<int> value); |
JScript |
---|
public function get AbandonedDBContentCleanupInterval() : Nullable<int> public function set AbandonedDBContentCleanupInterval(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: 3600
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ