## MedplumKeyValueClient class

**Signature:**

```typescript
export declare class MedplumKeyValueClient
```

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [constructor(medplum)](/content/docs/sdk/core.medplumkeyvalueclient._constructor_/index.html) |  | Constructs a new instance of the `MedplumKeyValueClient` class |

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [medplum](/content/docs/sdk/core.medplumkeyvalueclient.medplum) | `readonly` | [MedplumClient](/content/docs/sdk/core.medplumclient) |  |

## Methods

| Method | Modifiers | Description |
| --- | --- | --- |
| [delete(key)](/content/docs/sdk/core.medplumkeyvalueclient.delete) |  | Deletes the value for the given key from the keyvalue store. |
| [get(key)](/content/docs/sdk/core.medplumkeyvalueclient.get) |  | Gets the value for the given key from the keyvalue store. |
| [set(key, value)](/content/docs/sdk/core.medplumkeyvalueclient.set) |  | Sets the value for the given key in the keyvalue store.
