diff --git a/modules/eventing/pages/eventing-examples.adoc b/modules/eventing/pages/eventing-examples.adoc index a2df8c2fae..30fb13b278 100644 --- a/modules/eventing/pages/eventing-examples.adoc +++ b/modules/eventing/pages/eventing-examples.adoc @@ -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. @@ -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. +////