More like saving more data if I do this, does it overwrite the already 
saved data? 

> Map<String, Object> properties = new HashMap<String, Object>(); properties
> .put("title", "Little, Big"); properties.put("author", "John Crowley"); 
> properties.put("published", 1982); Document document = database.
> getDocument("978-0061120053"); try { document.putProperties(properties); } 
> catch (CouchbaseLiteException e) { Log.e(TAG, "Cannot save document", e); 
> }
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/59d5d79f-a737-4ffd-bbe2-2929fda022be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to