The number of seconds temporary content can exist in the database before being considered abandoned.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property TempDBContentLifetime As Nullable(Of Integer) |
C# |
---|
Nullable<int> TempDBContentLifetime { get; set; } |
C++ |
---|
property Nullable<int> TempDBContentLifetime abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_TempDBContentLifetime(); /** property */ public void set_TempDBContentLifetime(Nullable<int> value); |
JScript |
---|
public function get TempDBContentLifetime() : Nullable<int> public function set TempDBContentLifetime(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: 36000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ