Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLReplicatedDocument Struct Reference

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...
 

Detailed Description

Information about a document that's been pushed or pulled.

Field Documentation

◆ error

CBLError CBLReplicatedDocument::error

If the code is nonzero, the document failed to replicate.

◆ flags

CBLDocumentFlags CBLReplicatedDocument::flags

Indicates whether the document was deleted or removed.

◆ ID

FLString CBLReplicatedDocument::ID

The document ID.


The documentation for this struct was generated from the following file: