FMPLog.Meta

Description

The FMPLog.Meta class is used to describe metainformation about database with logs.

class Meta : FMPModelProtocol

Properties

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:

FMPWrapper Framework | Classes