WorkspaceContainer.Props Interface

Properties that specify a WorkspaceContainer.

Extends

Properties

Name Type Description
syncOnConnect boolean | undefined attempt to synchronize (i.e.  

Inherited properties

Name Type Inherited from Description
accessToken string | undefined Optional SAS token that grants access to the container.
alias string | undefined Optional an alias for the container.
baseUri string Optional The base URI for the container.
containerId string Optional The name of the container.
isPublic boolean | undefined Optional true if the container is public (doesn't require authorization)
lockExpireSeconds number | undefined Optional Duration for holding write lock, in seconds.
logId string | undefined Optional string attached to log messages from CloudSQLite.
secure boolean | undefined Optional if true, container is attached in "secure" mode (blocks are encrypted).
storageType "azure" | "google" Optional The type of storage provider.
tokenRefreshSeconds number | undefined Optional number of seconds between auto-refresh of access token.
writeable boolean | undefined Optional if true, container is allowed to request the write lock.

Defined in

Last Updated: 03 May, 2024