WorkspaceDbCloudProps Interface @beta

Properties describing a WorkspaceDb and the WorkspaceContainer containing it.

Extends

Inherited properties

Name Type Inherited from Description
accessToken Inherited string | undefined WorkspaceContainerProps SAS token that grants access to the container.
alias Readonly Inherited string | undefined WorkspaceContainerProps an alias for the container.
baseUri Readonly Inherited string WorkspaceContainerProps The base URI for the container.
containerId Readonly Inherited string WorkspaceContainerProps The name of the container.
dbName Readonly Inherited string | undefined WorkspaceDbProps The name of the database
description Readonly Inherited string | undefined WorkspaceContainerProps A user-friendly description of the container's contents.
includePrerelease Readonly Inherited boolean | undefined WorkspaceDbProps If true, allow semver prerelease versions, e.g., "1.4.2-beta.0".
isPublic Readonly Inherited boolean | undefined WorkspaceContainerProps true if the container is public (doesn't require authorization)
loadingHelp Readonly Inherited string | undefined WorkspaceContainerProps A message to display to the user if problems occur while loading the container.
lockExpireSeconds Readonly Inherited number | undefined WorkspaceContainerProps Duration for holding write lock, in seconds.
logId Readonly Inherited string | undefined WorkspaceContainerProps string attached to log messages from CloudSQLite.
prefetch Readonly Inherited boolean | undefined WorkspaceDbProps If true, start a prefetch operation whenever this WorkspaceDb is opened, to begin downloading pages of the database before they are needed.
secure Readonly Inherited boolean | undefined WorkspaceContainerProps if true, container is attached in "secure" mode (blocks are encrypted).
storageType Readonly Inherited "azure" | "google" WorkspaceContainerProps The type of storage provider.
syncOnConnect Readonly Inherited boolean | undefined WorkspaceContainerProps Whether to synchronize the container via CloudSqlite.CloudContainer.checkForChanges whenever it is connected to a CloudCache.
tokenRefreshSeconds Readonly Inherited number | undefined WorkspaceContainerProps number of seconds between auto-refresh of access token.
version Readonly Inherited string | undefined WorkspaceDbProps The range of acceptable versions of the database of the specified dbName.
writeable Readonly Inherited boolean | undefined WorkspaceContainerProps if true, container is allowed to request the write lock.

Defined in

Last Updated: 10 April, 2026