Click or drag to resize

IDocumentModel Interface

Using this interface, an arbitrary non-Couchbase class can become the model for retrieving data

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public interface IDocumentModel

The IDocumentModel type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Gets or sets the metadata for the document (note: this should only be set by the library)
Top
See Also