Click or drag to resize

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)
Syntax
bool s3docstorage_UseLogicalDelete { get; }

Property Value

Type: Boolean
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.
Remarks
Applies to ServiceInstance s3docstorage only.
See Also