WorkspaceContainerId Type
WorkspaceContainerId = string
The unique identifier of a WorkspaceContainer. This becomes the base name for a local file directory holding the container's WorkspaceDbs.
A valid WorkspaceContainerId
must conform to the following constraints:
- Consist solely of a combination of lower case letters, numbers, and dashes.
- May not start or end with a dash.
- Must be at least 3 characters long and no longer than 63 characters.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.