How does the Mutable Data API handle versioned updates?

It’s late, which probably means I’m being dumb here but…

The NFS API requires you to specify a version when you update or delete a file entry.

I don’t see how you do the equivalent - specify the version of the entry you are trying to modify - in the Mutable Data API.

Can somebody give a code fragment which shows how to do that? Thanks.

1 Like

EDIT: Answered elsewhere by @bzee. I missed that the MD update() has version. How I don’t know. I said it was late, but really :blush:

5 Likes