CloudSqlite.parseDbFileName Function

Parse the name of a Db stored in a CloudContainer into the dbName and version number. A single CloudContainer may hold many versions of the same Db. The name of the Db in the CloudContainer is in the format "name:version". This function splits them into separate strings.

parseDbFileName(dbFileName: string): { dbName: string, version: string }

Parameter Type Description
dbFileName string  

Returns - { dbName: string, version: string }

Defined in

Last Updated: 27 May, 2026