Ditto
1.0.14
|
While Subscription
objects remain in scope they ensure that documents in the collection specified, and that match the query provided, will try to be kept up-to-date with the latest changes from remote peers.
More...
Public Attributes | |
std::string | query |
std::string | collection_name |
While Subscription
objects remain in scope they ensure that documents in the collection specified, and that match the query provided, will try to be kept up-to-date with the latest changes from remote peers.
std::string ditto::Subscription::collection_name |
The name of the collection that the subscription is relevant to.
std::string ditto::Subscription::query |
The query being used for this Subscription
.