Table of Contents

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 = 1

Column content is stored in an external BLOB storage

DatabaseStore = 0

Column content is stored inside the database