Send feedback
Class KVStore (10.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
Package
google-cloud-kvstore
Constructors
(constructor)(dataset)
constructor ( dataset : DataSet );
Constructs a new instance of the KVStore
class
Parameter Name Description dataset
DataSet
Properties
dataset
Methods
delete(key)
delete ( key : Key ) : Promise<void> ;
Parameter Name Description key
Key
Returns Type Description Promise <void>
delete(key, callback)
delete ( key : Key , callback : DeleteCallback ) : void ;
Returns Type Description void
get(key)
get ( key : Key ) : Promise<Entity> ;
Parameter Name Description key
Key
Returns Type Description Promise <Entity >
get(key, callback)
get ( key : Key , callback : GetCallback ) : void ;
Returns Type Description void
set(key, value)
set ( key : Key , value : Value ) : Promise<void> ;
Parameters Name Description key
Key
value
Value
Returns Type Description Promise <void>
set(key, value, callback)
set ( key : Key , value : Value , callback : SetCallback ) : void ;
Returns Type Description void
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]