|
LiteCore
Couchbase Lite cross-platform core implementation
|
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 |
Information about a document that's been pushed or pulled.
| void* C4DocumentEnded::collectionContext |
| C4CollectionSpec C4DocumentEnded::collectionSpec |
| C4HeapString C4DocumentEnded::docID |
| C4Error C4DocumentEnded::error |
| bool C4DocumentEnded::errorIsTransient |
| C4RevisionFlags C4DocumentEnded::flags |
| C4HeapString C4DocumentEnded::revID |
| C4SequenceNumber C4DocumentEnded::sequence |