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
prefixPathPrefix of the path.
timestamplongTimestamp in nanoseconds since epoch.
pathPathPath 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
prefixPathPrefix of the path.
timestamplongTimestamp in nanoseconds since epoch.
pathPathPath that has the updated value.
valueTypedValueValue that has been updated.