GetAllKeyValuesResponseRec

Response record returned by the GetAllKeyValues function.

EXPORT GetAllKeyValuesResponseRec := RECORD
  STRING                      namespace;
  DATASET(KeyValueRec)        key_values;
  BOOLEAN                     has_exceptions;
  ExceptionListLayout         exceptions;
END;
namespace Name of the namespace
key_values Dataset containing all key/value pairs defined in the namespace
has_exceptions TRUE if any exceptions occurred during the operation
exceptions ExceptionListLayout record containing any error details