CloudSqlite.DbName Type

CloudSqlite.DbName = string

The base name of a CloudSqlite database, without any version information. The name must conform to the following constraints:

  • Case-insensitively unique among all databases in the same CloudContainer
  • 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, colon, and "#".
  • Begin or end with a whitespace character.

@see DbFullName for the fully-specified name, including version information.

Defined in

Last Updated: 26 April, 2025