Enumeration QueryRequest_QueryCommand

QueryCommand is the type of the query.

Generated

from enum v1.QueryRequest.QueryCommand

Enumeration Members

Enumeration Members

DELETE: 3

DELETE is the command to delete a value.

Generated

from enum value: DELETE = 3;

GET: 0

GET is the command to get a value.

Generated

from enum value: GET = 0;

LIST: 1

LIST is the command to list keys with an optional prefix.

Generated

from enum value: LIST = 1;

PUT: 2

PUT is the command to put a value.

Generated

from enum value: PUT = 2;

Generated using TypeDoc