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 = 1Data entered through polling.
Subscription = 2Data entered through subscription.
Unknown = -1Not known where the entered data came from.