Skip to main content
Version: Next

KeyValueStoreStats

Usage counters for a KeyValueStore.

Index

Properties

deleteCount

deleteCount: number

Number of delete operations issued to the key-value store client (e.g. deleteValue).

listCount

listCount: number

Number of listing operations issued to the key-value store client (e.g. listKeys).

readCount

readCount: number

Number of read operations issued to the key-value store client (e.g. getValue).

writeCount

writeCount: number

Number of write operations issued to the key-value store client (e.g. setValue).