Enum DataValueOriginType
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Enums
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
Indicates where the value originated from.
public enum DataValueOriginType
Fields
Poll = 1
Data entered through polling.
Subscription = 2
Data entered through subscription.
Unknown = -1
Not known where the entered data came from.