The FMPLog.Meta class is used to describe metainformation about database with logs.
class Meta : FMPModelProtocol
Property | Description |
path |
The full path to database in the application directory. let path: String? |
count | The number of log records. let count: Int? |
size | Database size. let size: Int? |
See also: