Vcl.AppAnalytics.TAppAnalytics.CacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheSize: Integer read FMaxCacheSize write SetCacheSize;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

The maximum number of events that AppAnalytics will collect before sending them to the server for analysis.

The default value is 500. AppAnalytics will send usage data to the server whenever the UpdateInterval has expired or the CacheSize is reached. AppAnalytics will also send a final update when the application exits.

See Also