Zum Inhalt springen
Deutsch

KeyValueEntryLike

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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