Table of Contents

Enum StringValueContentType

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Enums
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll

To be used in combination with a string parameter. This is an indication of the format of the string parameter.

public enum StringValueContentType

Fields

AsciiString = 1

The passed string content represents ASCII text.

JsonIetfUtf8 = 3

The passed string content represents a JSON-encoded text per RFC7951. The text will be encoded as UTF-8 when it is sent to the data source.

JsonUtf8 = 2

The passed string content represents a JSON-encoded text. The text will be encoded as UTF-8 when it is sent to the data source.

StringValue = 0

The passed string content represents a string.