StoreInfoRec

Contains information about a key/value store.

EXPORT StoreInfoRec := RECORD
  STRING        store_name;
  STRING        description;
  STRING        owner;
  STRING        create_time;
  UNSIGNED4     max_value_size;
  BOOLEAN       is_default;
END;
store_name Name of the store
description Description of the store's purpose
owner Username of the store owner
create_time Timestamp when the store was created
max_value_size Maximum size in bytes for values stored in this store
is_default TRUE if this is the default store for the cluster