Hi,
Expanding from #94, is there any way to set the expiry per document instead of per collection? I do have some use-case for it
I mean whatever that is defined in the ModelOptions could be the default expiry for all documents in that collection but if one of my documents has a different expiry than what was declared in the ModelOptions then during the document creation, maybe it could allow me to specify the expiry? Possible?
Thanks
Hi,
Expanding from #94, is there any way to set the expiry per document instead of per collection? I do have some use-case for it
I mean whatever that is defined in the
ModelOptionscould be the default expiry for all documents in that collection but if one of my documents has a different expiry than what was declared in theModelOptionsthen during the document creation, maybe it could allow me to specify the expiry? Possible?Thanks