Just to be clear : fact#1 : "A request unit is defined as 4 KB of data read" (as mentioned in Pricin

Just to be clear :
fact#1 : "A request unit is defined as 4 KB of data read" (as mentioned in Pricing page)

My Q#1 : Assume, "keys" is an array of 10-Keys, if i make get(keys) (single operation), and cumulative size of all 10-K-V returned values is less than 4KB AND size of each K-V is also less than 4KB .. then what will be the pricing ?
Answer Option 1 : 10 x Price of each RRU
Answer Option 2 : 1 x Price of each RRU

Link of usage of get(keys) .. NOTE : keys (in PLURAL) :
[ get(keys) is NOT available for Workers-KV, it is ONLY for DO-KV ]
https://developers.cloudflare.com/durable-objects/api/storage-api/#get
Cloudflare Docs
The Durable Object Storage API allows Durable Objects to access transactional and strongly consistent storage. A Durable Object's attached storage is private to its unique instance and cannot be accessed by other objects.
Was this page helpful?