Table of Contents

Constructor DataMinerConnectorDataMapper

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll

DataMinerConnectorDataMapper(SLProtocol, IEnumerable<IDataMinerConnectorDataEntity>)

Initializes a new instance of the DataMinerConnectorDataMapper class.

public DataMinerConnectorDataMapper(SLProtocol protocol, IEnumerable<IDataMinerConnectorDataEntity> inventory)

Parameters

protocol SLProtocol

Link with SLProtocol.

inventory IEnumerable<IDataMinerConnectorDataEntity>

A mapping of the path in the YANG model to the data entity.

Exceptions

ArgumentNullException

Exception that will be raised when one of the passed arguments is empty.