KeyValueRemovedMessage
此内容尚不支持你的语言。
KeyValueRemovedMessage =
object
Defined in: src/io/broker/JetStreamKeyValueActor.ts:78
A key was removed — as the receipt for delete / purge, and as the
watch notification for a removal someone else performed. purged
distinguishes the two removals JetStream offers: a delete leaves a
tombstone in the key’s history, a purge drops the history as well.
Properties
Section titled “Properties”
readonlykey:string
Defined in: src/io/broker/JetStreamKeyValueActor.ts:80
readonlykind:"keyValueRemoved"
Defined in: src/io/broker/JetStreamKeyValueActor.ts:79
purged
Section titled “purged”
readonlypurged:boolean
Defined in: src/io/broker/JetStreamKeyValueActor.ts:81
