$KvDelta
const
$KvDelta:object
Type declaration
description
readonly
description:"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
readonly
properties:object
properties.key
readonly
properties.key:object
properties.key.description
readonly
properties.key.description:"The key, base64 encoded."
='The key, base64 encoded.'
properties.key.format
readonly
properties.key.format:"byte"
='byte'
properties.key.pattern
readonly
properties.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
readonly
properties.key.type:"string"
='string'
properties.value
readonly
properties.value:object
properties.value.description
readonly
properties.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
readonly
properties.value.format:"byte"
='byte'
properties.value.pattern
readonly
properties.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
readonly
properties.value.type:"string"
='string'
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:933