The date and time until which the lease is held on the index for the purpose of updating the number of shards or replicas, or until which update processing is suspended pending a retry.

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

ToggleSyntax

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

ToggleSee Also