"Updated On" storage query

0 votes
Hi! Can I use the "Updated On" key in my queries like I do in the console or I have to put it into the json document?

I've tried "UpdatedOn", "Updated On", "updatedOn" via code but they don't work!
asked May 16, 2014 in App42 Cloud API-BaaS by service (10 points)

1 Answer

+1 vote

Hi,

You can make a query on updatedOn by using UPDATED_ON_KEY as "_$updatedAt" .For this you need to follow the code snippet given below :-

Query q1 = QueryBuilder.build("_$updatedAt", "2014-05-15", Operator.GREATER_THAN);

 

answered May 16, 2014 by samita.mahajan (60 points)
Thanks for the answer!
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...