Skip to main content
Version: Next

KeyValueStore

Represents a Key-Value Store storage on the Apify platform.

Key-value stores are used to store arbitrary data records or files. Each record is identified by a unique key and can contain any data - JSON objects, strings, binary files, etc.

Index

Properties

accessedAt

accessedAt: Date

optionalactId

actId?: string

optionalactRunId

actRunId?: string

createdAt

createdAt: Date

optionalgeneralAccess

generalAccess?: null | STORAGE_GENERAL_ACCESS

id

id: string

keysPublicUrl

keysPublicUrl: string

modifiedAt

modifiedAt: Date

optionalname

name?: string

optionalstats

optionaltitle

title?: string

optionalurlSigningSecretKey

urlSigningSecretKey?: null | string

userId

userId: string

optionalusername

username?: string