Constructor GnmiResponseValue
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Models
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
GnmiResponseValue()
Constructor with empty values.
public GnmiResponseValue()
GnmiResponseValue(Path, long, Path)
Constructor used for deleted values.
public GnmiResponseValue(Path prefix, long timestamp, Path path)
Parameters
prefix
PathPrefix of the path.
timestamp
longTimestamp in nanoseconds since epoch.
path
PathPath that has been deleted.
GnmiResponseValue(Path, long, Path, TypedValue)
Constructor used for updated values.
public GnmiResponseValue(Path prefix, long timestamp, Path path, TypedValue value)
Parameters
prefix
PathPrefix of the path.
timestamp
longTimestamp in nanoseconds since epoch.
path
PathPath that has the updated value.
value
TypedValueValue that has been updated.