IDocumentMetadata Interface |
Namespace: Couchbase.Lite
public interface IDocumentMetadata
The IDocumentMetadata type exposes the following members.
Name | Description | |
---|---|---|
Id |
Gets the unique ID of the document
| |
IsDeleted |
Gets whether or not the document is deleted
| |
Sequence |
Gets the unique sequence number of the document
| |
Type |
Gets or sets the type of the document
|