-
I want to replicate some of my documents to another RavenDB database that uses document expiry. How do you add the expiry metadata to the replication and transform process? |
Beta Was this translation helpful? Give feedback.
Answered by
garayx
Nov 9, 2021
Replies: 1 comment
-
Hi You cannot use replication to modify the documents, I guess you can use RavenDB ETL and add
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bobskigit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
You cannot use replication to modify the documents,
I guess you can use RavenDB ETL and add
@expires
poperty to the metadata, ie: