Couchbase Lite C
Couchbase Lite C API
Loading...
Searching...
No Matches
CBLCollectionChange Struct Reference

#include <cbl/CBLCollection.h>

Data Fields

const CBLCollection * collection
 The collection that changed.
unsigned numDocs
 The number of documents that changed (size of the docIDs array).
FLString * docIDs
 The IDs of the documents that changed.

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: