Aller au contenu
Français

KeyValueEntryLike

Ce contenu n’est pas encore disponible dans votre langue.

KeyValueEntryLike = object

Defined in: src/io/broker/JetStreamKeyValueActor.ts:538

nats.js KvEntryoperation keeps the client’s uppercase spelling.

readonly created: Date

Defined in: src/io/broker/JetStreamKeyValueActor.ts:542


readonly key: string

Defined in: src/io/broker/JetStreamKeyValueActor.ts:539


readonly operation: "PUT" | "DEL" | "PURGE"

Defined in: src/io/broker/JetStreamKeyValueActor.ts:543


readonly revision: number

Defined in: src/io/broker/JetStreamKeyValueActor.ts:541


readonly value: Uint8Array

Defined in: src/io/broker/JetStreamKeyValueActor.ts:540