...
Quelle: https://docs.microsoft.com/de-de/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata / https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata https://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/1665826820/Azure#%C3%9Cberlegung-zu-blocksize-und-maxconcurrency
0er Container (Feature for Migration)
As of tia Core version 2.0.5, it is possible to configure a container for storing "expired" documents.
If a document with expired “expirationDate” is archived (during migration process) or updated, this document will be moved into the configured container “0” (with corresponding information on the "original" document).
Code Block |
---|
<Repo>.contentservice.azureblobstore.container=test1 # Container for metadata and retention information
<Repo>.contentservice.azureblobstore.container.retention.0=test-0 # Container for expired documents |