Method ParsePaths
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Utils
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
ParsePaths(IEnumerable<string>)
Parses the provided string paths into gNMI Path objects.
public static IEnumerable<Path> ParsePaths(IEnumerable<string> stringPaths)
Parameters
stringPaths
IEnumerable<string>The string paths to parse.
Returns
- IEnumerable<Path>
A gNMI Path object for each enumerated string.