AFAnalysisService.CalculationMode Enumeration
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Mode for queuing calculations on the analysis service.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public enum CalculationMode
Public Enumeration CalculationMode Dim instance As AFAnalysisService.CalculationMode
public enum class CalculationMode
type CalculationMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| FillDataGaps | 0 | Queued calculation mode that fills gaps in existing data for a provided time range. | |
| DeleteExistingData | 1 | Queued calculation mode that deletes existing data for a provided time range before writing new calculated data. | |
| DeleteExistingDataCalculateDependents | 2 | Queued calculation mode that deletes existing data for a provided time range before writing new calculated data. Dependent analyses are also calculated in DeleteExistingData mode. |