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. More... | |
CBLDocumentFlags | flags |
Indicates whether the document was deleted or removed. More... | |
CBLError | error |
If the code is nonzero, the document failed to replicate. More... | |
FLString | scope |
The scope name of the collection. More... | |
FLString | collection |
The collection name. More... | |
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.