Package google-cloud-kvstore (10.0.0)

Classes

KVStore

Interfaces

DataSet

Entity

SetRequest

Type Aliases

DeleteCallback

export type DeleteCallback = (err?: Error) => void;

GetCallback

export type GetCallback = (err: Error | null, entity?: Entity) => void;

Key

export type Key = string | number;

SetCallback

export type SetCallback = (err?: Error) => void;

Value

export type Value = any;