[]
        
(Showing Draft Content)

C1.DataEngine.ClearFileType

ClearFileType Enum

Kind of data files to delete (for disk cleanup). Used in the Clear(ClearFileType) method.

Namespace: C1.DataEngine
Assembly: C1.DataEngine.dll
Syntax
[Flags]
public enum ClearFileType

Fields

Name Description
All

Delete all workspace files, including the original table data. Use this value with caution. It wipes out all DataEngine data for the workspace.

Index

Delete all indexes (table row ids sorted by one or more fields) created in calculations.

Join

Delete all joins created in calculations.

Projection

Delete all projections (files containing field values projected on an index sort order) created in calculations. Projections are kept (in automatic cleanup) together with corresponding indexes, that is why there is no separate value for them in the KeepFileType enum, but they can be deleted separately from indexes in manual cleanup.

Results

Delete all result files (data sent to the client) created in calculations.