'Declaration Public Enum ClearFileType Inherits System.Enum
public enum ClearFileType : System.Enum
'Declaration Public Enum ClearFileType Inherits System.Enum
public enum ClearFileType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.DataEngine.ClearFileType