$KvDelta
const$KvDelta:object
Type declaration
description
readonlydescription:"A single Delta containing the key, the previous value and the current value for a single round."='A single Delta containing the key, the previous value and the current value for a single round.'
properties
readonlyproperties:object
properties.key
readonlyproperties.key:object
properties.key.description
readonlyproperties.key.description:"The key, base64 encoded."='The key, base64 encoded.'
properties.key.format
readonlyproperties.key.format:"byte"='byte'
properties.key.pattern
readonlyproperties.key.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.key.type
readonlyproperties.key.type:"string"='string'
properties.value
readonlyproperties.value:object
properties.value.description
readonlyproperties.value.description:"The new value of the KV store entry, base64 encoded."='The new value of the KV store entry, base64 encoded.'
properties.value.format
readonlyproperties.value.format:"byte"='byte'
properties.value.pattern
readonlyproperties.value.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.value.type
readonlyproperties.value.type:"string"='string'
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:933