IDs
Last updated
Was this helpful?
Last updated
Was this helpful?
ID for a content that is unique and does not change when the content is updated.
An ID that changes when the content updates. Or if the system does not create that type of ID, this should match the content id.
Hash of a system id (inode, content id, etc.) and modification date for a content. It is an id that captures a point in time.
Equal to the
Equal to the .
A hash of the endpoint ID + all version hashes.
The Motation ID is used for retrieving Motation objects from diesel.
Impulse IDs are used for individual IDs in a Motation file. They are a segmented and hashed ID.
example:
The left of the .
is a hash of the location of the id. Such as "Content" or "Relationship". There is an enum in the impulse-id go module which is a list of all possible locations.
The right of the .
is a hash of the endpoint ID + the ID in the raw data from the system.
ID for a content that is unique and does not change when the content is updated.
An ID for a field that is unique within the definition.
Motation ID for a Content Motation object matches from Content Diffuser. Motation Objects related to Content Motation will have the Local ID + Motation Object type.