AFDataCacheUpdateOption Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Specifies how AFDataCache update the data in the cache for the AFAttribute items
the AFDataCache manages.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFDataCacheUpdateOption
Public Enumeration AFDataCacheUpdateOption Dim instance As AFDataCacheUpdateOption
public enum class AFDataCacheUpdateOption
type AFDataCacheUpdateOption
Members
| Member name | Value | Description | |
|---|---|---|---|
| DataPipe | 0 | AFDataCache uses AFDataPipe as the data source. | |
| Manual | 1 | Application is the data source for the data cache. The cache assumes it contains the end of stream. | |
| ManualRange | 2 | Data is populated manually from another system. Queries outside of the cached range are not serviced by the cache. |
Remarks
The AFDataCacheUpdateOption can be specified on the AFAttribute level when added to the AFDataCache.