AFDataCache.EventsCached Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The total number of events currently in the cache.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public long EventsCached { get; }
Public ReadOnly Property EventsCached As Long Get Dim instance As AFDataCache Dim value As Long value = instance.EventsCached
public: property long long EventsCached { long long get (); }
member EventsCached : int64 with get
Property Value
Type: Int64The total number of events currently in the cache.