python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
DynamoDB: How to specify version attribute through schema
@DynamoDBVersionAttribute
private long version;
We are not using annotations in our project. So for every model, we have a schema definition. I am not sure how to specify a version attribute fi...

SRI PREM
Votes: 0
Answers: 2
version number vs ETag for optimistic concurrency
I'm implementing my first Web API with JSON responses and got confused handling concurrency control for optimistic locking. Right now I develop the server with ASP.NET Core 6 and the client is develop...
M. Koch
Votes: 0
Answers: 1