LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
Data Fields
C4DocumentEnded Struct Reference

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

#include <c4ReplicatorTypes.h>

Data Fields

C4CollectionSpec collectionSpec
 
C4HeapString docID
 
C4HeapString revID
 
C4RevisionFlags flags
 
C4SequenceNumber sequence
 
C4Error error
 
bool errorIsTransient
 
void * collectionContext
 

Detailed Description

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

Field Documentation

◆ collectionContext

void* C4DocumentEnded::collectionContext

◆ collectionSpec

C4CollectionSpec C4DocumentEnded::collectionSpec

◆ docID

C4HeapString C4DocumentEnded::docID

◆ error

C4Error C4DocumentEnded::error

◆ errorIsTransient

bool C4DocumentEnded::errorIsTransient

◆ flags

C4RevisionFlags C4DocumentEnded::flags

◆ revID

C4HeapString C4DocumentEnded::revID

◆ sequence

C4SequenceNumber C4DocumentEnded::sequence

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