Tous les produits
Search
Centre de documentation

Tablestore:AnalyticalStoreSyncStat

Dernière mise à jour :Aug 18, 2026

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

AnalyticalStoreSyncType

Dernier statut de synchronisation du magasin analytique. Valeurs possibles :

  • SYNC_TYPE_FULL : synchronisation des données complètes du magasin analytique.

  • SYNC_TYPE_INCR : synchronisation des données incrémentielles du magasin analytique.

current_sync_timestamp

int64

Horodatage de la dernière synchronisation des données du magasin analytique. Unité : secondes.

Opérations associées

DescribeTimeseriesAnalyticalStore