In the Raven Studio UI, when you look into a document you can read (on the right of the page) the last write date of the document.
I don’t find any access via the client API in C# to this information. Do you know if it’s possible ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The last modifed date is stored in the metadata of the document. You can access it like this:
See Working with document metadata for more information about RavenDB’s metadata.