Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/classes/opencloud/DataStoreKeyInfo.ts>DataStoreKeyInfo

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
class DataStoreKeyInfo
import { DataStoreKeyInfo } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/classes/opencloud/DataStoreKeyInfo.ts";

DataStore key info.

Constructors

new
DataStoreKeyInfo(scope: string, key: string)

Create a new DataStore entry version info.

Properties

readonly
key: string

THe index of the key.

readonly
scope: string

The scope of the key.