IndexSyncPhase

更新时间: 2026-01-14 10:59:43

Specifies the index synchronization phase.

Enumerated values

  • ISP_INVALID: invalid value that is used as a placeholder in enumeration and cannot be used in actual business.

  • ISP_FULL: full synchronization phase

  • ISP_INCR: incremental synchronization phase

enum IndexSyncPhase {
    ISP_INVALID = 0;
    ISP_FULL = 1;
    ISP_INCR = 2;
}
上一篇: IndexSetting 下一篇: IndexType
阿里云首页 表格存储 相关技术圈