Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

KVRowOptions

OCP App SDK


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.