All Products
Search
Document Center

Tablestore:SyncStat

Last Updated:May 11, 2024

SyncStat specifies the synchronization status of the search index.

Data structure

message SyncStat {
    optional SyncPhase sync_phase = 1;
    optional int64 current_sync_timestamp = 2;
}

Parameter

Type

Required

Description

sync_phase

SyncPhase

Yes

The synchronization stage.

current_sync_timestamp

int64

Yes

The time during which the search index remains in the current synchronization stage. The value is a 64-bit timestamp that is accurate to milliseconds.