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

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

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

Standard DataStore info class for Open Cloud.

Constructors

new
StandardDataStoreKeyInfo(name: string, createdDate: string)

Construct a new StandardDataStoreKeyInfo.

Properties

readonly
createdDate: Date

Creation date of the datastore.

readonly
name: string

The name of the datastore.