-
Notifications
You must be signed in to change notification settings - Fork 838
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
Missing setter in the documentation #848
Comments
Thank you for your feedback. Tagging and routing to the team best able to assist. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wmengmsft, @MehaKaushik, @shurd. Issue DetailsThe example code misses a setter, which means the code does not work (I found out after half an hour). Added a getter and a setter made it work. Document Details⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
|
@SandraVanDijk the Resource TimeStamp does not have a public set. What do you mean by added a getter and setter to make it work? |
I was searching how to bind the timestamp (_ts) while using a TableEntity, this was the page I found. I realize now that this page is about something else. However, when I copied this code and added a setter it did what I hoped, having the Timestamp in my C# class which inherits Microsoft.Azure.Cosmos.Table.TableEntity. Hope this explains it better. |
The example code misses a setter, which means the code does not work (I found out after half an hour).
Added a getter and a setter made it work.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: