An integer indicating the type of shards or replicas update in progress for the index,

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property UpdateOperation As Nullable(Of Integer)
C#
Nullable<int> UpdateOperation { get; }
Visual C++
property Nullable<int> UpdateOperation {
	Nullable<int> get ();
}
JavaScript
function get_updateOperation();

ToggleSee Also