SyncPhase

更新时间:
复制 MD 格式

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;
}