Enum ContentProcessing
Specifies how the content of a BinaryProperty should be processed before storing it into the database
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum ContentProcessing
Fields
| Name | Description |
|---|---|
| Compress | Content is compressed before it is stored |
| CompressAndEncrypt | Content is compressed and encrypted before it is stored |
| Encrypt | Content is encrypted before it is stored |
| None | Content is stored as it is |