5
Hier ein Beispiel:Was ist der "Revpos" -Wert für CouchDB-Anhänge?
"_attachments": {
"002-imgsq.jpg": {
"stub": true,
"content_type": "image/jpeg",
"length": 80074,
"revpos": 3
},
"016-imgsq.jpg": {
"stub": true,
"content_type": "image/jpeg",
"length": 100095,
"revpos": 4
},
"MASTER_img-square.jpg": {
"stub": true,
"content_type": "image/jpeg",
"length": 70611,
"revpos": 2
}
}