I'm not sure where you read that ( a link could help), but afaik the events are kept in the VCSA database.
The retention of events is determined by a VCSA Advanced Setting (event.maxAge).
To get the maximum number of events, you could use
Get-Vievent-MaxSamples ([int]::MaxValue)