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

Missing setter in the documentation #848

Open
SandraVanDijk opened this issue May 12, 2021 · 4 comments
Open

Missing setter in the documentation #848

SandraVanDijk opened this issue May 12, 2021 · 4 comments

Comments

@SandraVanDijk
Copy link

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.

@jsquire
Copy link
Member

jsquire commented May 12, 2021

Thank you for your feedback. Tagging and routing to the team best able to assist.

@ghost
Copy link

ghost commented May 12, 2021

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wmengmsft, @MehaKaushik, @shurd.

Issue Details

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.

Author: SandraVanDijk
Assignees: -
Labels:

Client, Cosmos, Docs, Service Attention, customer-reported, needs-team-attention, question

Milestone: -

@Azure Azure deleted a comment May 12, 2021
@MehaKaushik MehaKaushik transferred this issue from Azure/azure-sdk-for-net May 13, 2021
@j82w
Copy link
Contributor

j82w commented May 13, 2021

@SandraVanDijk the Resource TimeStamp does not have a public set. What do you mean by added a getter and setter to make it work?

@j82w j82w transferred this issue from Azure/azure-cosmos-dotnet-v3 May 13, 2021
@SandraVanDijk
Copy link
Author

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.

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

3 participants