GetAllKeysResponseRec

Response record returned by the GetAllKeys function.

EXPORT GetAllKeysResponseRec := RECORD
  STRING                      namespace;
  DATASET(KeySetRec)          keys;
  BOOLEAN                     has_exceptions;
  ExceptionListLayout         exceptions;
END;
namespace Name of the namespace
keys Dataset containing all keys defined in the namespace
has_exceptions TRUE if any exceptions occurred during the operation
exceptions ExceptionListLayout record containing any error details