The expiration time after which the IBM® Content Search Services server assigned to this IBM Content Search Services index no longer has exclusive write access to it. The expiration time is automatically extended as long as documents are still being indexed. After this time expires, the IBM Content Search Services index can be reassigned to another IBM Content Search Services server for load-balancing purposes.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property LeaseExpiryTime As Nullable(Of DateTime)
C#
Nullable<DateTime> LeaseExpiryTime { get; }
Visual C++
property Nullable<DateTime> LeaseExpiryTime {
	Nullable<DateTime> get ();
}
JavaScript
function get_leaseExpiryTime();

ToggleRemarks

ToggleSee Also