KV Store supports if-generation-match for upsert operations, so a Generation field should be added to InsertConfig in order to populate that header.
It also supports if-generation-match for delete operations, which will require a new DeleteWithConfig operation and a DeleteConfig struct in order to provide the generation value in a query parameter.
KV Store supports
if-generation-matchfor upsert operations, so aGenerationfield should be added toInsertConfigin order to populate that header.It also supports
if-generation-matchfor delete operations, which will require a newDeleteWithConfigoperation and aDeleteConfigstruct in order to provide the generation value in a query parameter.