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 |
|---|---|---|---|
|
|
Type of the dictionary. |
|
|
|
|
Prefix for required values. |
|
|
|
Maximum number of returned records. |