All Products
Search
Document Center

Tablestore:SyncPhase

Last Updated:May 10, 2024

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