KeyValueStoreStats
Index
Properties
Properties
deleteCount
Number of delete operations issued to the key-value store client (e.g. deleteValue).
listCount
Number of listing operations issued to the key-value store client (e.g. listKeys).
readCount
Number of read operations issued to the key-value store client (e.g. getValue).
writeCount
Number of write operations issued to the key-value store client (e.g. setValue).
Usage counters for a KeyValueStore.