KVRowOptions
OCP App SDK / KVRowOptions
Interface: KVRowOptions
Defined in: src/store/KVStore.ts:38
Options for writing a row to key-value storage.
Properties
ttl?
optional
ttl:number
Defined in: src/store/KVStore.ts:43
The number of seconds until the row should expire.
Set to undefined for no TTL.
Updated 3 days ago