Is there a way to make the JSON messages on cloud expire ?

0 votes
Is there a way to make the JSON messages on cloud expire ?

If i use storage,  i can put a string of data with lat long and all the related info on your cloud.   Is there a way to make it deleted or expired after some time (say 1 hr or 24 hrs ? )

Can you please explain how ?
asked May 18, 2015 in App42 Cloud API-BaaS by jingahr (31 points)

1 Answer

+1 vote

Directly TTL is not supported as of now in storage service, however you can create a Custom Code and Schedule it based on your prefered time which will do all the magic based on your written logic. You can write a logic there to delete the doc which has created time greater than 24 hours.

Please see here for more details about server side custom code..

Let me know if it makes sense.

 

answered May 18, 2015 by ajay123 (899 points)
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
...