AFDataCache.MissedHitCount Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The total number of data calls that did not get data from the cache.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public long MissedHitCount { get; }
Public ReadOnly Property MissedHitCount As Long Get Dim instance As AFDataCache Dim value As Long value = instance.MissedHitCount
public: property long long MissedHitCount { long long get (); }
member MissedHitCount : int64 with get
Property Value
Type: Int64
Remarks
This counter can be reset with the method ResetCounters