AnalyticalStoreSyncStat spécifie le statut de synchronisation du magasin analytique.
Structure de données
message AnalyticalStoreSyncStat {
optional AnalyticalStoreSyncType sync_phase = 1; // The synchronization status of the analytical store.
optional int64 current_sync_timestamp = 2;// The timestamp when the data of the analytical store is last synchronized.
}
|
Paramètre |
Type |
Description |
|
sync_phase |
Dernier statut de synchronisation du magasin analytique. Valeurs possibles :
|
|
|
current_sync_timestamp |
int64 |
Horodatage de la dernière synchronisation des données du magasin analytique. Unité : secondes. |