getFileSize

abstract fun getFileSize(): Long

Gets the size of the backing database file.

Return

-1 if an error occured while trying to read the size, 0 if the database file does not exist, otherwise of the size of the database file expressed as total number of bytes.