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

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

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

DataStore key info.

Constructors

new
DataStoreEntryVersion(
data: Data | null,
versionId: string | null,
versionCreatedTime: string | null,
createdTime: string | null,
)

Create a new DataStore entry info.

Properties

readonly
createdTime: Date | null

The time the entry was first created at.

readonly
data: Data | null

The value of the entry.

readonly
versionCreatedTime: Date | null

The time the version was created at.

readonly
versionId: string | null

The version key.