TagHeader¶
- class tracdap.metadata.TagHeader¶
A tag header describes the identity and version of an object.
See also
- isLatestObject: bool¶
isLatest flag for the object the tag is associated with.
- isLatestTag: bool¶
isLatest flag for the tag.
- objectId: str¶
Object ID of the object this tag is associated with.
Object IDs are UUIDs (RFC4122, https://www.ietf.org/rfc/rfc4122.txt)
- objectTimestamp: DatetimeValue¶
Timestamp for when this version of the object was created.
- objectType: ObjectType¶
Object type of the object this tag is associated with.
See also
- objectVersion: int¶
Version of the object this tag is associated with.
- tagTimestamp: DatetimeValue¶
Timestamp for when this version of the tag was created.
- tagVersion: int¶
Version of this tag.