Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the DB documents stored in DocumentDB Emulator?

I installed the sample .NET App with the DocumentDB Emulator.

I can see the data when the app is running. Where are the DB documents (files) physically stored by the DocumentDB Emulator?

like image 760
Saman Avatar asked Nov 19 '16 02:11

Saman


1 Answers

If you click the DocumentDB emulator system tray icon, you'll see a menu item for resetting your data:

emulator menu

If you choose to reset your data, you'll receive a warning message, along with the location where the emulator is storing its data:

location

like image 52
David Makogon Avatar answered Sep 22 '22 15:09

David Makogon