KVDeleteOptions

interface KVDeleteOptions

exported from runtime.d

Properties

Property

Type

Description

prevValue?

JsonValue

If provided, only delete if the serialized JSON matches; object key order is significant. delete returns whether the value matched and was removed.