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

#include <cbl/CBLCollection.h>

Data Fields

const CBLCollectioncollection
 The collection that changed. More...
 
unsigned numDocs
 The number of documents that changed (size of the docIDs array). More...
 
FLStringdocIDs
 The IDs of the documents that changed. More...
 

Field Documentation

◆ collection

const CBLCollection* CBLCollectionChange::collection

The collection that changed.

◆ docIDs

FLString* CBLCollectionChange::docIDs

The IDs of the documents that changed.

◆ numDocs

unsigned CBLCollectionChange::numDocs

The number of documents that changed (size of the docIDs array).


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