You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current keva operations (e.g keva_put, keva_get, keva_delete, keva_filter) need the actual namespace Id (prefix 'N'). It would be more convenient if we can simply use the internal display name.
Internally, it searches the namespace with the display name "test5", and find out the namespace Id, and uses the namespace Id for the operation.
Remember that the display name is not unique, which means two namespaces can have the same display name. In this case, maybe we can decline the operation and ask for actual namespace Id.
The text was updated successfully, but these errors were encountered:
Current keva operations (e.g keva_put, keva_get, keva_delete, keva_filter) need the actual namespace Id (prefix 'N'). It would be more convenient if we can simply use the internal display name.
E.g. instead of:
It can be simplied as:
Internally, it searches the namespace with the display name "test5", and find out the namespace Id, and uses the namespace Id for the operation.
Remember that the display name is not unique, which means two namespaces can have the same display name. In this case, maybe we can decline the operation and ask for actual namespace Id.
The text was updated successfully, but these errors were encountered: