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.

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)

ToggleSyntax

Visual Basic (Declaration)
Property AbandonedDBContentCleanupInterval As Nullable(Of Integer)
C#
Nullable<int> AbandonedDBContentCleanupInterval { get; set; }
Visual C++
property Nullable<int> AbandonedDBContentCleanupInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_abandonedDBContentCleanupInterval();
function set_abandonedDBContentCleanupInterval(value);

ToggleRemarks

ToggleSee Also