CreateNewWorkspaceContainerArgs Interface
Arguments supplied to createNewCloudContainer to create a new EditableWorkspaceContainer.
Properties
| Name | Type | Description | |
|---|---|---|---|
| dbName | string | undefined | The name of the default WorkspaceDb created inside the new container. | |
| manifest | WorkspaceDbManifest | The manifest to be stored in the default WorkspaceDb in the new container. | |
| metadata | Omit<BlobContainer.Metadata, "containerType"> | Metadata stored by the BlobContainer service | |
| scope | BlobContainer.Scope | The scope of the container. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.