콘텐츠로 이동
한국어

KeyValueEntryLike

이 콘텐츠는 아직 번역되지 않았습니다.

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