Click or drag to resize

ServicePropertiess3docstorage_EnableCaching Property

Turns on cacheing for the S3 service. By default, once the document is uploaded to S3, the document will never exist again locally (in the DB).

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool s3docstorage_EnableCaching { get; }

Property Value

Type: Boolean
Turns on cacheing for the S3 service. By default, once the document is uploaded to S3, the document will never exist again locally (in the DB).
Remarks
Applies to ServiceInstance s3docstorage only.
See Also