ServicePropertiess3docstorage_UseLogicalDelete Property |
Turns on logical delete for the Document storage mapper. This can allow the system to start migrating an existing document storage solution to S3 without the need for deleting the local data.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxbool s3docstorage_UseLogicalDelete { get; }
ReadOnly Property s3docstorage_UseLogicalDelete As Boolean
Get
Property Value
Type:
BooleanTurns on logical delete for the Document storage mapper. This can allow the system to start migrating an existing document storage solution to S3 without the need for deleting the local data.
Remarks
Applies to ServiceInstance s3docstorage only.
See Also