DocumentPutProperties Method |
Creates and saves a new
Revision with the specified properties.
To succeed the specified properties must include a '_rev' property whose value maches
the current
Revision's id.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax Exceptions Remarks
Saves a new revision. The properties dictionary must have a "_rev" property
whose ID matches the current revision's (as it will if it's a modified
copy of this document's .properties property.)
See Also