update
//d1-client-java/io.cybercrypt.d1.serviceClients/Store/update
update
[d1]\
public abstract voidupdate(StringobjectId, Array<byte>plaintext, Array<byte>associatedData)
Update some data stored in the storage attached to D1.
Parameters
d1
objectId | the ID of the object. |
plaintext | the plaintext to store. |
associatedData | the attached associated data. |