Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Error CodeError DefinitionError Description
 REGION_NOT_FOUNDNo region with the provided regionName exists.


GetAll

Description

 

Get a series of values from a region.

...

Request

...

GetAllRequest
Field NameData typeDescriptionMandatory?Repeated?
regionNameStringThe name of the region to get entries from.YN
keysEncodedValueA list of keys to fetch values for.Y

...

Y  



Response

...

GetAllResponse
Field NameData typeDescriptionMandatory?Repeated
entriesEntryA list of looked up entries.YY
failedKeysKeyedErrorResponseA list of keys which generated errors on lookup.NY

...


Expected behavior 

...

  • If a GetAllResponse is returned and no entry is returned for a particular key, and that key is not present in the failedKeys, then no entry exists for that key in the region.

...

Errors

...

Error CodeError DefinitionError Description
 REGION_NOT_FOUNDNo region with the provided regionName exists.

 

...