Couchbase Lite C
Couchbase Lite C API
|
#include <cbl/CBLCollection.h>
Data Fields | |
const CBLCollection * | collection |
The collection that changed. More... | |
unsigned | numDocs |
The number of documents that changed (size of the docIDs array). More... | |
FLString * | docIDs |
The IDs of the documents that changed. More... | |
const CBLCollection* CBLCollectionChange::collection |
The collection that changed.
FLString* CBLCollectionChange::docIDs |
The IDs of the documents that changed.
unsigned CBLCollectionChange::numDocs |
The number of documents that changed (size of the docIDs
array).