Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

DictionaryRequest

Request for dictionary values.

Defined in

This message is defined in the dictionary_provider_service.proto file.

Syntax

message DictionaryRequest

{

DictionaryType type = 1;

string valuePrefix = 2;

uint32 maxCount = 3;

}

Fields

The DictionaryRequest message has the following fields.

DictionaryRequest message fields

Type

Name

Tag

Description

DictionaryType

type

1

Type of the dictionary.

string

valuePrefix

2

Prefix for required values.

uint32

maxCount

3

Maximum number of returned records.