CloudSqlite.ContainerAccessProps Interface

Properties to access a CloudContainer.

Extends

Properties

Name Type Description
accessToken string SAS token that grants access to the container.  
alias string | undefined an alias for the container.  
lockExpireSeconds number | undefined Duration for holding write lock, in seconds.  
logId string | undefined string attached to log messages from CloudSQLite.  
secure boolean | undefined if true, container is attached in "secure" mode (blocks are encrypted).  
tokenRefreshSeconds number | undefined number of seconds between auto-refresh of access token.  
writeable boolean | undefined if true, container is allowed to request the write lock.  

Inherited properties

Name Type Inherited from Description
baseUri string CloudSqlite.ContainerProps The base URI for the container.
containerId string CloudSqlite.ContainerProps The name of the container.
isPublic boolean | undefined CloudSqlite.ContainerProps true if the container is public (doesn't require authorization)
storageType "azure" | "google" CloudSqlite.ContainerProps The type of storage provider.

Defined in

Last Updated: 17 May, 2024