Enum StorageType
- Namespace
- TimeCockpit.Data.DataModel
- Assembly
- TimeCockpit.Data.dll
Specifies how a column in the data model should be stored
public enum StorageType
Fields
BlobStore = 1Column content is stored in an external BLOB storage
DatabaseStore = 0Column content is stored inside the database