|
Couchbase Lite C
Couchbase Lite C API
|
Information about a document that's been pushed or pulled. More...
#include <cbl/CBLReplicator.h>
Data Fields | |
| FLString | ID |
| The document ID. | |
| CBLDocumentFlags | flags |
| Indicates whether the document was deleted or removed. | |
| CBLError | error |
| If the code is nonzero, the document failed to replicate. | |
| FLString | scope |
| The scope name of the collection. | |
| FLString | collection |
| The collection name. | |
Information about a document that's been pushed or pulled.
| FLString CBLReplicatedDocument::collection |
The collection name.
| CBLError CBLReplicatedDocument::error |
If the code is nonzero, the document failed to replicate.
| CBLDocumentFlags CBLReplicatedDocument::flags |
Indicates whether the document was deleted or removed.
| FLString CBLReplicatedDocument::ID |
The document ID.
| FLString CBLReplicatedDocument::scope |
The scope name of the collection.