HistorianDataCategory Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
Represents a historian data category.
'Declaration
Public Enum HistorianDataCategory
Inherits System.Enum
'Usage
Dim instance As HistorianDataCategory
public enum HistorianDataCategory : System.Enum
public enum class HistorianDataCategory : public System.Enum
| Member | Description |
|---|---|
| NonStreamedOriginal | Used to store nonstreamed original data. |
| NonStreamedOriginalAsync | Used to store nonstreamed original data asynchronously. |
| RevisionInsertLatest | Used to store latest data. |
| RevisionUpdateMultiple | Used to store a multi-point update. |
| RevisionUpdateMultipleContinue | Used to store a multi-point update with continue. |
| RevisionUpdateSingle | Used to store a single point update. |
| RevisionUpdateSingleContinue | Used to store a single point update with continue. |
| VersionedOriginalLatest | Used to store versioned original data. Internal Use OnlyUsed to store latest versioned original data. |
| VersionedOriginalLatestAsync | Used to store versioned original data asynchronously. Internal Use OnlyUsed to store latest versioned original data asynchronously. |
System.Object
System.ValueType
System.Enum
ArchestrA.HistorianDataCategory