Can you use client.db.get to retrieve all the data in the store in one go?

Is there any way to get all the data from the data store without knowing the key names?

Hey @RobAtOpinyin ,

Unfortunately, it’s not possible to get all the objects saved in the data storage, you have to know the key to access the objects in storage.

Stay Safe :slight_smile:

1 Like

Hey @velmurugan. Thanks for coming back to me.

Can you return more than one key per get call?

Also can you add a wild card to the key name? I know part of it the key name but not all of it.

@RobAtOpinyin
You need a full key name in order to fetch the data from our storage,
we are not supporting the wild card types in the data-storage

Hope it helps :slight_smile:

Thanks

Ok. Thanks @Santhosh

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.