ObjectStore.Save() requires a key and value.

when using ObjectStore.Read() it requires a key to Read the value. How can I Read all saved values or retrieve all saved keys so that I can use them to Read all saved values?

Any help would be appreciated.

Thanks