public class DocumentRevs
extends java.lang.Object
This is a typical response about the a others along its revisions history information. This is used by a
replicator. It only need the content of the latest revision. All the previous revision only have the revision id.
{
"_id": "cdb1a2fec33d146fe07a44ea823bf3ae"
"_rev": "4-47d7102726fc89914431cb217ab7bace",
"_revisions": {
"start": 4
"ids": [
"47d7102726fc89914431cb217ab7bace",
"d8e1fb8127d8dd732d9ae46a6c38ae3c",
"74e0572530e3b4cd4776616d2f591a96",
"421ff3d58df47ea6c5e83ca65efb2fa9"
],
},
"album": "A Flush Of Blood To My Head",
"title": "Trouble Two",
}
TODO: need to think about how to better handle boolean serialization/de-serialization, since it could be absence,
null, true and false for de-serialization, and when we do not need to put it into the JSON if it is false
during serialization.
- API Status: Private - API users are discouraged from using this class as fields, method signatures, and implementation details may be subject to change