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