FMX.Analytics.TCustomAnalytics.CacheSize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CacheSize: Integer read FMaxCacheSize write SetCacheSize;

C++

__property int CacheSize = {read=FMaxCacheSize, write=SetCacheSize, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics


Description

Nombre maximal d'événements d'activité à stocker dans le cache temporaire.

Quel que soit le paramétrage de UpdateInterval, lorsque le nombre d'événements capturés atteint la valeur de CacheSize, les données temporaires sont envoyées ou stockées et le cache est vidé.

Voir aussi