2016-04-26 16:03:41 +00:00
|
|
|
# Keep Object
|
|
|
|
|
2013-06-12 14:22:29 +00:00
|
|
|
A signed "keep" edge for GC/indexing purposes. Expresses a user's
|
2010-12-02 05:14:07 +00:00
|
|
|
intent to keep an object.
|
|
|
|
|
|
|
|
This is not the only way to keep an object alive for the purposes of
|
|
|
|
GC. Permanodes (signed by a user) are also part of that user's roots,
|
|
|
|
and anything they reference (including blobs via "become" claims on
|
|
|
|
those permanodes)
|
|
|
|
|
|
|
|
This is just the most explicit way when you're not modeling the data
|
|
|
|
with permanodes.
|
|
|
|
|
2016-04-26 16:03:41 +00:00
|
|
|
{"camliVersion": 1,
|
|
|
|
"camliType": "keep",
|
|
|
|
"target": "digalg-blobref-of-thing-to-keep",
|
|
|
|
<REQUIRED-JSON-SIGNATURE>}
|