const classfantorepo::PodVersion
sys::Obj fantorepo::PodVersion : fanlink::MongoDoc
PodVersion Specific version of a pod
- _id
virtual const override ObjectID? _id- asPodSpec
PodSpec asPodSpec()- filePath
const Str? filePath- find
static PodVersion? find(DB db, Str podName, Str podVersion)find a specific version of that pod
- findAll
static PodVersion[] findAll(DB db, Str podName)find all versions of that pod
- insert
Void insert(DB db)- make
new make(|This f)- makeNew
- meta
- name
const Str? nameName of this version. ie: 1.0.0
- pod
const Str podThe pod name this version is of
- podLower
const Str? podLowersame but all lower case, to search against
- size
const Int? size- toStr
virtual override Str toStr()