Specifies the synchronization phase of the search index.
Enumeration value list
FULL specifies the full synchronization phase.
INCR specifies the incremental synchronization phase.
enum SyncPhase {
FULL = 1;
INCR = 2;
}
Specifies the synchronization phase of the search index.
FULL specifies the full synchronization phase.
INCR specifies the incremental synchronization phase.
enum SyncPhase {
FULL = 1;
INCR = 2;
}