Document and its row version, returned by AdcpStateStore.getWithVersion.
version is a monotonically increasing integer that starts at 1 on first write and increments by 1 on every put/patch/putIfMatch. Use it with putIfMatch to implement optimistic concurrency.
version
1
put
patch
putIfMatch
Document and its row version, returned by AdcpStateStore.getWithVersion.
versionis a monotonically increasing integer that starts at1on first write and increments by1on everyput/patch/putIfMatch. Use it withputIfMatchto implement optimistic concurrency.