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