KVDB Entries
Setting Entries in KVDB.
Sample code on this page is based on the initial assumptions.
Entries Inside KVDB
Entries inside KVDBs are set in binary format. Before creating an entry, you need to decide on the entry format.
For more information about the KVDB's architecture and best practices for creating entries, visit the KVDBs Documentation.
Creating or Updating an Entry
To create or update an entry in the given KVDB, you need to use the setEntry(...)
method:
Listing All Keys in a KVDB
To get a list of entry keys inside a KVDB, use listEntriesKeys
method.
Reading the entry keys of the KVDB (limited to the 100 newest entries as described by the PagingQuery
object):
Listing All Entries in a KVDB
To get a list of entry keys inside a KVDB, use listEntries
method.
Reading the entry keys of the KVDB (limited to the 100 newest entries as described by the PagingQuery
object):
Getting an Entry from KVDB
To get an entry from a KVDB, use getEntry
method.
Deleting an Entry from KVDB
To delete an entry, use the deleteEntry(...)
method.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.