Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/eventing/pages/eventing-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ image::query-results-ondelete.png[,400]

. In the *Query Results* pane notice that user_ids, *user_id4* and *user_id 10* are removed as part of the cascade user delete operation.

////
== Example 4

*Goal*: When a document in an existing bucket is about to expire, a new document is created in a newly created bucket.
Expand Down Expand Up @@ -473,3 +474,4 @@ image::cascade_delete_buckets.png[,600]
+
As a result, a new document — like the original, named *SourceDocument2* — is created, with a value based on that of the original.
After two minutes has elapsed, check the documents within the source bucket: the original *SourceDocument2* is no longer visible, having been removed at its defined expiration-time.
////