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

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

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

DataStore kentr yversion info.

Constructors

new
DataStoreEntryVersionInfo(
id?: string,
createdTime?: string,
entryCreatedTime?: string,
deleted?: boolean,
contentLength?: number,
)

Create a new DataStore entry version info.

Properties

readonly
optional
contentLength: number

The content length of the entry version.

readonly
optional
createdTime: Date

The time the version was created at.

readonly
optional
deleted: boolean

Whether the version was deleted.

readonly
optional
entryCreatedTime: Date

The time the entry was first created at.

readonly
optional
id: string

The version id.