MutationFileScoreHistoryTable

Undocumented in source.
package package
@TableName(mutationFileScoreHistoryTable)
@TableConstraint("date UNIQUE (time_stamp, file_path)")
struct MutationFileScoreHistoryTable {}

Members

Variables

filePath
string filePath;
Undocumented in source.
id
long id;
Undocumented in source.
score
double score;
Undocumented in source.
timeStamp
SysTime timeStamp;

when the measurement was taken.

Meta