SetKeyValueItemRequest
Props
applicationId
applicationIdThe application ID
applicationName
applicationNameThe application name
expiresAt
expiresAtExpiration date based on ttl (timestamp without milliseconds). Note that one of the two parameters (ttl or expires_at) must be set
key
keyKey, up to 200 characters. A key can contain a namespace that is written before the ':' symbol, for example, test:1234. Thus, namespace 'test' can be used as a pattern in the GetKeyValueItems and GetKeyValueKeys methods to find the keys with the same namespace
ttl
ttlKey expiry time in seconds. The value is in range of 0..7,776,000 (90 days), the default value is 30 days (2,592,000 seconds). The TTL is converted to an expires_at Unix timestamp field as part of the storage object. Note that one of the two parameters (ttl or expires_at) must be set
value
valueValue for the specified key, up to 2000 characters