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...
 
FLString scope
 The scope name of the collection. More...
 
FLString collection
 The collection name. More...
 

Detailed Description

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

Field Documentation

◆ collection

FLString CBLReplicatedDocument::collection

The collection name.

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

◆ scope

FLString CBLReplicatedDocument::scope

The scope name of the collection.


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