SyncStat spécifie l'état de synchronisation de l'index de recherche.
Structure des données
message SyncStat {
optional SyncPhase sync_phase = 1;
optional int64 current_sync_timestamp = 2;
}
|
Paramètre |
Type |
Obligatoire |
Description |
|
sync_phase |
Oui |
Étape de synchronisation. |
|
|
current_sync_timestamp |
int64 |
Oui |
Horodatage correspondant à l'étape de synchronisation actuelle de l'index de recherche. La valeur est un horodatage 64 bits précis à la nanoseconde près. |