Table of Contents

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 Path

Prefix of the path.

timestamp long

Timestamp in nanoseconds since epoch.

path Path

Path 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 Path

Prefix of the path.

timestamp long

Timestamp in nanoseconds since epoch.

path Path

Path that has the updated value.

value TypedValue

Value that has been updated.