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.


PutAll

Description

 

Put a collection of Entries into a region.

...

Request

...

PutAllRequest
Field NameData typeDescriptionMandatory?Repeated?
regionNameStringThe name of the region to put entries into.YN
entriesEntryA list of entries to add to the region.Y


Response

...

PutAllResponse
Field NameData typeDescriptionMandatory?Repeated
failedKeysKeyedErrorResponseA list of keys that were not added.NY

...


Expected behavior 

...

  • If a PutAllResponse is returned with a list of failedKeys, any keys from the request not present in the response were successfully added/updated.

  • Any keys present in failedKeys will have their entry remain in the same state they were in prior to this operation.

  • If an error response is returned by this operation (instead of a RemoveAllResponse), all entries remain in the same state as prior to this operation.

...

Errors

...

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

...