WorkspaceDbName Type
WorkspaceDbName = string
The base name of a WorkspaceDb, without any version information. The name must conform to the following constraints:
- Case-insensitively unique among all WorkspaceDbs in the same WorkspaceContainer.
- Between 1 and 255 characters in length.
- A legal filename on both Windows and UNIX.
- Contain none of the following characters: forward or backward slash, period, single or double quote, backtick, and "#".
- Begin or end with a whitespace character.
@see WorkspaceDbFullName for the fully-specified name, including version information.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.