Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DynamoDBVersion attribute #21

Open
darkms opened this issue May 18, 2015 · 0 comments
Open

Support DynamoDBVersion attribute #21

darkms opened this issue May 18, 2015 · 0 comments

Comments

@darkms
Copy link
Collaborator

darkms commented May 18, 2015

DynamoDb.DataModel's [DynamoDBVersion] attribute is used for Optimistic locking.
Not only it can be used for Update operations, but also for Delete as well (throwing exception if record was modified/no longer exists).

Auto-updating this field after SubmitChanges (so we don't have to re-query entity from table after update) would also be very nice.

Docs:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/VersionSupportHLAPI.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant