AFAnalysisService.CalculationMode Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Mode for queuing calculations on the analysis service.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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. |