Hi, We're looking to migrate out on-prem Couchbase instance to Azure CosmosDb. I'm able to replicate all our current functionality with CosmosDb, all bar one.
Our Couchbase Key/Value documents are stored with a 20 minute expiry and we refresh this expiry with the Couchbase .Touch method every time the value is retrieved.
But I'm unable to find similar functionality with CosmosDb. Does anyone know if there's an ability of refreshing the TTL on a item without having to perform a new Save?
I'm conscious of the amount of RUs incurred on this additional upsert.
Thanks